At 2:03 PM -0700 8/23/08, Prasad Chand wrote:
Hi,

I am fairly new to PHP. I would like to serve a page to a user based on his input. Say, I have a page 1 where user has 3 options(drop down menu). Based on his selection I would like a php script to direct him to another page (to pages 2,3,4 based on what he selected). I am unable to figure how to do this in php. Can you please give me some pointers.

Is there any function which takes path and directs the user to that page?

Thanks,
Prasad

Why use PHP for this?

Standard html with css works quite well for this and is by far more common.

I see no need to bring the php sledgehammer to drive this thumbtack.

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to