Jump to content

Form, $_POST help


John Smith

Recommended Posts

Hey,

 

I get a "Parse error: syntax error, unexpected T_ECHO in /home/****/public_html/****/twitter.php5 on line 23"

 

Line 23 is, $login = echo $_POST["username"].":".["password"];

 

the form is, <form action="twitter.php5" method="post">

Username: <input type="text" name="username" />

Password: <input type="password" name="password" />

<input type="submit" />

</form>

 

Any help?

Link to comment
https://forums.phpfreaks.com/topic/155040-form-_post-help/
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.