Versions

PHP_Include_PHP_Page.zip (2009-02-24) (Downloaded 35 times)

Contains:

  • PHP Include PHP Page (page-action) - v. 1.1
  • PHP Include PHP Page (page-action) - v. 1.1

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.

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
?>

0 Comments

Sign In or to comment.