Search found 2 matches
- Fri May 25, 2007 5:09 pm
- Forum: PHP - Code
- Topic: PHP Passing Variables
- Replies: 1
- Views: 250
PHP Passing Variables
I have two scripts called "update_page.php" and "gen_page,php". The update_page.php runs every 12 hours and calls the gen_page.php. gen_page.php grabs data from my database and passed it back to update_page.php. Trouble is I don't know how to pass the data back to the update_page...
- Fri May 25, 2007 4:01 pm
- Forum: PHP - Code
- Topic: PHP Creating Static HTML Page
- Replies: 1
- Views: 256
PHP Creating Static HTML Page
Hello, I have been reading this tutorial http://www.phpfreaks.com/tutorials/29/2.php On page 3 it states "$sourcepage is the file that we're going to prepare in the next step that performs all of your MySQL queries and formats your html for you. It should be the file that is currently on your w...