Unreal Posted June 21, 2012 Posted June 21, 2012 Im sure this will help others who happen to come across this But i need a site to learn PHP that teaches it in a simple way and so i dont get lost halfway through I see people these days still mention W3schools.com which has incorrect stuff in some parts I've seen people mention tizag.com Which is alright but still not for me I've always preferred examples and to work hand's on Hence the reason i got a game script so i can also have a look at it while learning and to understand it a little more But i havent come across a good place where i can learn to my best ability So what im asking is do any of you know anymore good sites to learn from? Thanks for any replies as it means a lot Quote
a_bertrand Posted June 21, 2012 Posted June 21, 2012 While not look at our list of links: http://makewebgames.io/content.php/151-Helpful-Links Quote
The Coder Posted June 21, 2012 Posted June 21, 2012 I understand your frustration. It really is annoying some of what is included doesn't really into depths about what it's about, I still don't get how variables work. :( Quote
sniko Posted June 21, 2012 Posted June 21, 2012 Try downloading a local server application; wamp / lamp / xxamp, and experiment, relaying with the manual ;) Quote
Spudinski Posted June 21, 2012 Posted June 21, 2012 So, where do I start? My idea of learning any programming language has always been the same. Learn the basic constructs of a language, and find a need for it. The best way to learn a programming language in my experience is still just to "dive in". Although there are many books on the subject of PHP, the easiest way of learning PHP, by far, is still just reading the manual. But, if you require diverse and technical documentation on PHP, this could be troublesome. PHP is changing a lot with every sub-major version, and something that has been written even a few minor version back may have changed to some degree. If you want to learn PHP 5 OOP, my suggestion is to read PHP Objects Patterns and Practice, by Matt Zandstra. It covers most OOP topics related to PHP, and will even familiarize someone with no prior OOP knowledge with the greater concepts thereof. If you are a complete beginner to any programming language, and feel you really need to learn PHP(although I'd suggest Python), have a look at Programming PHP, by Rasmus Lerdorf the creator of PHP himself. If you think you're a kung-fu-rocketlaunching-bear-riding ninja who's an expert with PHP, there's still some things that you may not know about, and I would suggest Expert PHP and MySQL, which introduces advanced concepts of PHP. Ref: http://www.gamemakersforum.com/threads/how-do-i-start-with-php.96/ Quote
lucky3809 Posted June 21, 2012 Posted June 21, 2012 I have used these... http://www.php.net http://www.html.net http://www.learnphp.org http://www.hotscripts.com Just depends what you are wanting to know about php. Quote
stevenrfc Posted June 26, 2012 Posted June 26, 2012 Im sure this will help others who happen to come across this But i need a site to learn PHP that teaches it in a simple way and so i dont get lost halfway through I see people these days still mention W3schools.com which has incorrect stuff in some parts I've seen people mention tizag.com Which is alright but still not for me I've always preferred examples and to work hand's on Hence the reason i got a game script so i can also have a look at it while learning and to understand it a little more But i havent come across a good place where i can learn to my best ability So what im asking is do any of you know anymore good sites to learn from? Thanks for any replies as it means a lot http://www.youtube.com/watch?v=oK1tBB9nHUE&list=PL960338B143E7F889&index=1&feature=plpp_video I've started learning here. The guy on Youtube is called phpacademy he makes loads of good videos, really easy to follow. :) Quote
Unreal Posted June 26, 2012 Author Posted June 26, 2012 http://www.youtube.com/watch?v=oK1tBB9nHUE&list=PL960338B143E7F889&index=1&feature=plpp_video I've started learning here. The guy on Youtube is called phpacademy he makes loads of good videos, really easy to follow. :) Thanks for the share.. Im liking them. Quote
skooda Posted June 29, 2012 Posted June 29, 2012 I recently bought PHP & MySQL For Dummies by Janet Valade off ebay so far im learning a few more things that php.net didnt teach. And it pretty easy to understand. Quote
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.