php3-list | 199807
Date: 07/28/98
- Next message: Rasmus Lerdorf: "Re: [PHP3] Calling Another Page"
- Previous message: Thierry Coopman: "[PHP3] Mysql_error"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] Calling Another Page"
- Reply: Rasmus Lerdorf: "Re: [PHP3] Calling Another Page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All!
I am running apache+php+postgresql for online community newspaper.
When there is a hit, php queries the DB and get the artical headings
and photos for that week and build the page.
It is running ok. getting bored seen same setup every week
I want to run four or five different setups to serve the main page.
can I do this?
create random number;
if(myRandomNymber==1)
call script 1
elseif(MyRandomScript==2)
call script2
and so on.
How do I call one script within another?
Thank you for your thoughts.
Anil
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Rasmus Lerdorf: "Re: [PHP3] Calling Another Page"
- Previous message: Thierry Coopman: "[PHP3] Mysql_error"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] Calling Another Page"
- Reply: Rasmus Lerdorf: "Re: [PHP3] Calling Another Page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

