Answered
_POST or _GET after inserting data
I have a registration form and after submitting the values
using "POST" as the form action:
I am unable to see the data on the next page that is calling the posted values using:
Now this should work!
I am not sure what is happening???
Any ideas why the data is not being posted?
I have tried this script and you know what the answer is:
I am unable to see the data on the next page that is calling the posted values using:
$username = $_POST['username'];
Now this should work!
I am not sure what is happening???
Any ideas why the data is not being posted?
I have tried this script and you know what the answer is: