Hey guys. I'm doing what I can to learn about PHP and MySQL. I'm really struggling with finding a good tutorial on how to very easily create a form in my html code that posts data to a MySQL database. I can create the form no problem, but I just can't figure out how to get it to write to my database. Does anyone have any insight or know a good tutorial that they can recommend? It would be greatly appreciated. Thanks!
PHP and MySQL Beginner
Started by
FischGeek
, Jun 01 2012 07:36 PM
2 replies to this topic
#1
Posted 01 June 2012 - 07:36 PM
#2
Posted 02 June 2012 - 01:03 AM
way back when i was getting started with PHP i enjoyed the SAMS teach yourself books. the books are clear and easy for even a novice which i definitely was at the time not even knowing JavaScript at the time
#3
Posted 11 June 2012 - 11:16 PM
Use error reporting: All PHP has a snipped of code that will allow you to see any errors that may come up.




