Do you guys know where I can get php e books so I can learn php...I am just a bigginer I know nothing about it. :happysad:
Do you guys know where I can get php e books so I can learn php...I am just a bigginer I know nothing about it. :happysad:
If you're interesting in learning PHP, I would recommend checking out Zend's beginner PHP tutorials. They:
- Are very informative.
- Teach you PHP the "standards correct way."
- Teach you good\clean coding habits.
Link: http://www.zend.com/php/beginners/index.php
I know you asked for an E-Book, but I don't know of any. Hopefully this will help you out though.
If you ever need help, or have any questions regarding PHP, feel free to ask or post a thread.. I'm always willing to help out others. (I'm sure others around here are also.)
-Bryon
If you go to php.net you have a full manual on PHP. I'll call that an e-book alright
But if you want tutorials to start you off then you can go to http://www.w3schools.com or http://webmonkey.com
You can also use the xampp triad (apache server, PHP5, MySQL and more) to test out all your PHP scripts. Then see if you can make your sig to work like Bryon's![]()
Last edited by Bryon; 07-05-2006 at 03:40 AM. Reason: Fixed my name. :-)
"For I am not ashamed of the gospel of Christ: for it is the power of God unto salvation to every one that believeth" Romans 1:16
May be you can go through an article on my site.... It neatly explains the basics !!
Learn PHP... It is easy !! (http://careerbridge.edu.ms/index.php?sSection=viewtopic&TopicID=10)
An educational community.... driven by values !!
* Learn PHP... It is easy !! :: * Most Unusual Buildings On Earth !! :: * China vs USA !! :: * Some pictures to make you smile....., :: * Some C Questions :: * 13 Tips to Writing the Right Resume !!, :: * Cute paintings !! :: * Jesus with pencil.... absolutely gorgeous :: * Cute... .Cuter... Cutest !!! Pet lovers... Take a look !! :: * A romantic story..... VERY HOT !!
that is pretty much an exact copy of w3schools... they could do you for breach of copyright...Originally Posted by careerbridge
Ok...after I learn the basics what do I do? I am going to start today.
After the "basics" just experiment with different things. Think of something you would like to do, and attempt to do it. There's no better way to actually learning a scripting/programming language than using it, and trying to do things that you're unsure about.
once you have the basic's it kind of just flows, you can see whats going on, and if your making something, you can check the manual, see if there is a function to do what you want (if not make your own, quite easily) then experiment with it, till it does what you want.
Experiemtning is the best way to learn, for me anyway. It has got me where I am now![]()