|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
PHP form POST problem
I don't understand why this isn't working.
HTML page: Code:
<form method="POST" action="login.php">
Username: <input type="text" name="username" size="20">
Password: <input type="password" name="password" size="20">
<input type="SUBMIT" value="Submit" name="SUBMIT">
Login.php: PHP Code:
This just returns a blank page when login.php loads in the browser. |
|
#2
|
|||
|
|||
|
Nevermind, it works if you take out the quotes in the echo lines.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > PHP form POST problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|