• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need to learn some php

stickybytes

Golden Member
I want to learn some php, especially in regards to web applications. Does anyone have any suggestions as to how i can learn / practice the language? Should i buy/borrow a book or are there some good online resources available? If it helps, im already proficient in java and html.
 
Yeah, I'd suggest starting with form processing and storing the form data to mysql. That will help you get started understanding the language with a good practical application, but really, any real world practical application will do. As far as books go, I'd really just suggest downloading the Extended HTML Help file from PHP.net. The extended version is chm format (windows help file) and includes all of the user contributions, which has very good examples.

You can download it here:
http://www.php.net/download-docs.php

PHP5 Power Programming is also a pretty good book and is available for download. I'm not sure how legal this is, or where the screw up is, but if you Google it, the pdf link comes up as a download available from the publisher's site. My guess is they goofed, so get it now.
 
Back
Top