Best PHP Tutorial Source
Page 1 of 113 Replies - 1283 Views - Last Post: 03 November 2011 - 02:10 PM
#1
Best PHP Tutorial Source
Posted 02 November 2011 - 03:27 PM
Replies To: Best PHP Tutorial Source
#2
Re: Best PHP Tutorial Source
Posted 02 November 2011 - 03:28 PM
#3
Re: Best PHP Tutorial Source
Posted 02 November 2011 - 03:51 PM
If you know other languages then PHP should be easy to learn. The biggest stumbling block for beginners is keeping languages straight. PHP runs on the server and it can output HTML, Javascript, CSS, etc. Those are processed by the browser after being sent by the server. This sounds simple, but you'd be amazed at how often we see code that demonstrates the writer has not understood this fact.
#4
Re: Best PHP Tutorial Source
Posted 02 November 2011 - 07:02 PM
CTphpnwb said:
Thanks for the suggestions. I had a friend to point me to the painful lessons. Python the Hard Way was brilliant, but in the end I'm realising I can knock together a working version of my goal faster with php. I have a pretty firm grasp of the fundamentals of PHP, but am stumbling on the broader applications. Thanks again for the nod.
This post has been edited by Dormilich: 02 November 2011 - 11:24 PM
#5
Re: Best PHP Tutorial Source
Posted 02 November 2011 - 07:03 PM
#6
Re: Best PHP Tutorial Source
Posted 02 November 2011 - 07:08 PM
#7
Re: Best PHP Tutorial Source
Posted 02 November 2011 - 08:07 PM
johnbrunko, on 02 November 2011 - 10:02 PM, said:
In that case you should post questions in this forum, with your code in [code] tags [/code] and a brief explanation of what you were trying to accomplish along with any errors you're getting.
This post has been edited by Dormilich: 02 November 2011 - 11:25 PM
#8
Re: Best PHP Tutorial Source
Posted 02 November 2011 - 08:39 PM
You'll have to start small. Create some small little tools and scripts and such until you have some basic knowledge on problem solving in PHP. Once that's done, make yourself some larger projects. Make sure to break everything down into chunks. You will want to complete one small feature at a time.
Like say you want to make some content management system where you can view files in a directory and edit them in a text editor. You would break that down into two parts, a file listing script and a file editing script. If there's one thing I've learned well in PHP, it's that there's no magic makeitwork() function.
#9
Re: Best PHP Tutorial Source
Posted 03 November 2011 - 04:48 AM
creativecoding, on 02 November 2011 - 11:39 PM, said:
Ah, but there are functions. And classes. Not only do you want to start small, but you also want to stay small. Break everything up into small projects that shouldn't take more than an hour (or some other arbitrary but small time period) to write. Put those pieces in their own functions and/or classes. If you get each method/function to work then it's just a matter of calling them at the right time and with the right parameters. Since each will be small, getting them to work should be easy!
#10
Re: Best PHP Tutorial Source
Posted 03 November 2011 - 05:26 AM
#12
Re: Best PHP Tutorial Source
Posted 03 November 2011 - 05:47 AM
#13
Re: Best PHP Tutorial Source
Posted 03 November 2011 - 06:06 AM
#14
Re: Best PHP Tutorial Source
Posted 03 November 2011 - 02:10 PM
|
|

New Topic/Question
Reply



MultiQuote








|