Jump to content


Photo

PHP and MySQL Beginner


  • Please log in to reply
2 replies to this topic

#1 FischGeek

FischGeek
  • Members
  • 973 posts

Posted 01 June 2012 - 07:36 PM

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!

#2 tank

tank
  • Members
  • 4100 posts

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 meochain

meochain
  • Members
  • 12 posts

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.