davidguz Posted July 1, 2006 Share Posted July 1, 2006 I was doing a cookie tutorial for beginners and when I submit a password and I get this reponse when I submit:[b]Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)[/b]Does this mean the Mysql is not enabled?Beginner,David A Guzman Quote Link to comment https://forums.phpfreaks.com/topic/13409-problem-with-beginner-tutorial-with-cookies-section/ Share on other sites More sharing options...
ssmK Posted July 1, 2006 Share Posted July 1, 2006 In order to get PHP & MySQL to work correctly togethere, there's a good amount that has to happen first, you have to have a web server (apache) set up. Then you have to install PHP. Then you have to install MySQL. Then you have to know how to tie all of them together.Might I recommend picking up a book on the subject if you're really interested in learning this stuff. You could try 'PHP and MySQL for Dynamic Web Sites' by Larry Ullman. Amazon.com. Quote Link to comment https://forums.phpfreaks.com/topic/13409-problem-with-beginner-tutorial-with-cookies-section/#findComment-51781 Share on other sites More sharing options...
Guest David Guzman Posted July 1, 2006 Share Posted July 1, 2006 Is this book good for beginner like me? ??? Quote Link to comment https://forums.phpfreaks.com/topic/13409-problem-with-beginner-tutorial-with-cookies-section/#findComment-51794 Share on other sites More sharing options...
ssmK Posted July 2, 2006 Share Posted July 2, 2006 The book is written with the beginner in mind. It's what I use. I knew nothing about PHP a month ago, now I do. Would recommend it, also, read the Amazon reviews. Quote Link to comment https://forums.phpfreaks.com/topic/13409-problem-with-beginner-tutorial-with-cookies-section/#findComment-51830 Share on other sites More sharing options...
redarrow Posted July 2, 2006 Share Posted July 2, 2006 In my opinion there are thousands of books that teach you php apache mysql but as i have noticed that most books even out like yesterday are not upto date.I do recomend useing the offical website program links to learn how to program and install verious applications.I my self have lots of books stating verious codes and inpletmations of programs that differ from the offical sites.The whole idear for gpl is free so the online information is the most inportant. Quote Link to comment https://forums.phpfreaks.com/topic/13409-problem-with-beginner-tutorial-with-cookies-section/#findComment-51835 Share on other sites More sharing options...
davidguz Posted July 9, 2006 Author Share Posted July 9, 2006 Thanks for your guys' help I will utilize both the book that and the php website that you recommended. What's a good site for php tutorials? :) Quote Link to comment https://forums.phpfreaks.com/topic/13409-problem-with-beginner-tutorial-with-cookies-section/#findComment-55259 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.