PHP Passing Variables

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
coreyr
Forum Newbie
Posts: 2
Joined: Fri May 25, 2007 3:54 pm

PHP Passing Variables

Post by coreyr »

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.php without using a browser. Any ideas?

Thank You,

Corey R.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

(#10850)
Post Reply