I need help to begin PHP

Status
Not open for further replies.

ahmedkalu

Beta member
Messages
2
Is there there any software installation to learn PHP... i need help step by step to learn PHP Language.



Yours,
akalu
 
You'll need to know HTML (and optionally CSS) before undertaking PHP.

I also recommend a free web host that supports PHP and MySQL to practice on... I think one decent one may have been called Award Space.
 
Search on the google 'php tutorials'. you will get many free sites.

I am not saying you will learn everything from them. But you will get hold of basics. Then you can take a course or buy a advanced php book.
 
Download Appserv (Google it). It is an open source WAMP. WAMP means Windows Apache MySQL PHP. It installs all of these things at once and configures them to work. Basically, it installs a web server with PHP and MySQL support on your PC so you can mess around with PHP without having to upload to a webhost (because as you may know, a normal browser without a web server (such as Apache) can not parse PHP).

After that, I recommend getting a book. I learned PHP with one book, called "PHP For The World Wide Web second edition" by Larry Ullman, from the Peachpit Press. It's a pretty good book. There are better books I'm sure, but it covers pretty much all the basics and some intermediate stuff. The only thing it didn't cover (which disappointed me) is the object side of PHP.

Anyway, get a good book and check out some online tutorials. One of the best ways to learn is to download scripts that you want to write and study them and figure out how they work, then write your own. It takes a while to learn, just be patient.

Some good sites:
W3Schools Online Web Tutorials
PHPeasystep - Learn PHP and MySQL
Tizag Tutorials
Web Design Library — One-stop resource for web designers
 
Status
Not open for further replies.
Back
Top Bottom