Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

[PHP3] Calling Another Page From: Anil Amarakoon (anil <email protected>)
Date: 07/28/98

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