Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Development
HTML and CSS
How to store data from a sign up form on a website into an sql databse
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="MeMate, post: 5171295, member: 89924"] Please use code tags. It's hard to read. But to answer your question. It's [code] <form method="post"> <input type="text" placeholder="Something" name="something"><input type="submit" value="send"> </form> <?php if(isset($_POST['something'])){ echo trim($_POST['something']); } ?> [/code] as basics. From there you can take the next step. Try and learn. Then come back in PHP or SQL section of this forum. [/QUOTE]
Verification
Post reply
Forums
Development
HTML and CSS
How to store data from a sign up form on a website into an sql databse
Top