PHP-E-Books....

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
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:
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
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
 

jensen

Active Member
Messages
1,168
Reaction score
22
Points
38
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 a moderator:

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
Ok...after I learn the basics what do I do? I am going to start today.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
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.
 

chris218

New Member
Messages
130
Reaction score
0
Points
0
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 :)
 
Top