By: StudioX
Date: 2005-07-01
Time: 05:13
|
$_POST Variables Being Shown as StringI have a form with the following code:
What is happening that on the page refresh, it briefly shows "<?php $_POST['password'];?>" in the textbox before displaying the actual value of the $_POST data. Try it at http://studio-x.homedns.org/admin.php entering any data into the username and password textboxes. Am I doing something wrong, or is this a glitch? |
|
By: StudioX
Date: 2005-07-01
Time: 05:25
|
Re: $_POST Variables Being Shown as StringApologies. I found the answer by searching through other threads.
|