RE: [PHP-DB] Form Actions in PHP

2003-07-16 Thread Duane Lakoduk
and then check the variable, then perform a second post using the onload method to post to the correct program as required. hth, Duane -Original Message- From: Rick Dahl [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 10:18 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Form Actions in PH

[PHP-DB] Form Actions in PHP

2003-07-16 Thread Rick Dahl
I have a small problem. I need to have a form post to two different locations. If a variable is a certain value, it goes to location_one.cgi and if it is another value, it goes to location_two.cgi. This may turn out be a html problem but I figured php was the way to go since it is more dynami