Jump to content

how to learn php?


chimp1950

Recommended Posts

Get proficient with HTML first then work on PHP as PHP basically just builds your HTML.

 

There are countless sources where you can download sample scripts to play with and many forums including this one to come and ask questions when you get stuck.

 

http://www.w3schools.com

 

They have very easy to follow tutorials to learn PHP from.

 

To actually use PHP you'll either have to install laods of software to run it from your computer or do as I do and instead upload code straight to some web space and run it from there.

Link to comment
https://forums.phpfreaks.com/topic/58412-how-to-learn-php/#findComment-289618
Share on other sites

how to learn, do i get a book, read source code , or? how much html do i need to know, i know some basic stuff, urls, heading, newlines,< p > etc

 

I've read a few php books, and the one I am reading now is really good. It really helps you understand some of the core functionality of php. It's called "programming php" and its partially written by the dude that invented php. It's definately worth the money.

 

Programming PHP on Amazon.com

Link to comment
https://forums.phpfreaks.com/topic/58412-how-to-learn-php/#findComment-289632
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.