[snip]
I simply want to submit my form to either one.php or two.php or thr.php
depending on which BUTTON is pressed (I am using html buttons <input
type='submit' value='blah'>) I have 3 buttons....how do i set it?
[/snip]

Instead of 3 different .php why not use one.php with a SWITCH statement?

http://us3.php.net/manual/en/control-structures.switch.php

HTH!

Jay

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

Reply via email to