Jump to content

Problem with GET and POST variables


opstabom

Recommended Posts

I have form

<form action="http://host/login" method="post">

<input type="text" name="username" size="10">

<input type="submit" name="submit" value="login">

</form>

but nor $_GET or $_POST variables exists when I move this form to simple

script all variables exits what is problem ???

 

Link to comment
https://forums.phpfreaks.com/topic/128357-problem-with-get-and-post-variables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.