Re: [PHP-WIN] Newbie - Form Submission Question

2002-08-18 Thread Joachim Krebs
First of all let me scold you for running Apache and PHP on Windows 9x. The solution would be to make two inputs of type "submit" that have the same name but different values. Then when the form is submitted you check the variable $button_name and execute the relevant code. -- PHP Windows Mai

[PHP-WIN] Newbie - Form Submission Question

2002-08-18 Thread theN
Hi I've a FORM like this on addhome.html -- User Name: Password: The idea is when the user clicks on the button "name=butloginusr" the next page prints Logged In User along with the values of the $username & $password OR when the user clicks button "name=butmakeusr" the next page prints C