PHP_Include_PHP_Page.zip (2009-02-24) (Downloaded 35 times)
Contains:
Compatible: Pro 3.5, Pro 4, and Pro 5
Author: Softpress Support
This Action will insert PHP code contained in the Actions PHP Mark Up, MySQL Connect and MySQL Get Records. The PHP code is inserted at the top of the page.
This Action is a Page Action. Use the dropdowns to determine which PHP page you will want to include. PHP contained in the PHP Mark Up and mySQL Connect Actions will be inserted at the very top of the page.
<?PHP
for ($i=0; $i=10; $i++)
{
//do something here
}
// Markup before the mySQL statement
$myData = “”;
$fwQuery = “select * from tblWilma”;
$myData = mysql_db_query( $fwDBName , $fwQuery , $fwLink );
// Mark up After mySQL
?>
Sign In or to comment.