mizraabi Posted July 18, 2008 Share Posted July 18, 2008 hi ! i would like to know that how to create forms in php wid MySql db at the back . And after storing the data how shd i view tht . Kindly refer to sample project etc. I know i have design the form in html but how to use php and MySql wid it ,. Plz help Thankx 1 ??? Quote Link to comment https://forums.phpfreaks.com/topic/115473-forms-in-php/ Share on other sites More sharing options...
Zwiter Posted July 18, 2008 Share Posted July 18, 2008 what knowledges you have about mysql and php? I would say this is very common and simple to do. Find some nice tutorials with google, it will explain better than here in a post, and with examples. Anyway here is the main line: 1) Gather your from fields after being submitted ($_POST variables) 2) build your mysql query (queries) 3) execute the query 4) eventually display resulats and/or errors Z. Quote Link to comment https://forums.phpfreaks.com/topic/115473-forms-in-php/#findComment-593724 Share on other sites More sharing options...
mizraabi Posted July 19, 2008 Author Share Posted July 19, 2008 well can u plz refer to some sample project ? Quote Link to comment https://forums.phpfreaks.com/topic/115473-forms-in-php/#findComment-594248 Share on other sites More sharing options...
Zwiter Posted July 19, 2008 Share Posted July 19, 2008 sorry, i can only provide you some tutorials in french, as i am french, and was used to go there to learn. Here is the link: http://php.developpez.com/cours/?page=sgbd#mysql I believe you can find many tutorials and article to the mysql official website, and the forums. And by the way, here is the link to the official php wbesite, mysql functions : http://us3.php.net/manual/en/mysql.examples.php Z. Quote Link to comment https://forums.phpfreaks.com/topic/115473-forms-in-php/#findComment-594296 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.