PHP Include PHP Page
Part of: PHP Actions
Versions
PHP Include PHP Page [1.1]: 24 Feb, 2009
Compatible:



Pro Only
- Upgrade to Freeway Pro to use this Action
Description
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.
Application
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.
Code Produced
<?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
?>
