There are too many tutorials out there that I don’t know where to start. I already have a webhost, so is there a site that explains setting up PHP on my cpanel somewhere, or do I also have to download PHP onto my computer?
There are too many tutorials out there that I don’t know where to start. I already have a webhost, so is there a site that explains setting up PHP on my cpanel somewhere, or do I also have to download PHP onto my computer?
PHP is a language used for scripts on a webpage which means that you will need a Webserver to interpret your code and process it.
If you are just getting started on website design and learning PHP it is a good idea to install a web server on a machine you own so you can test your scripts before publishing them to the internet.
Also, if you are just looking for information on how the language itself works the W3 schools have some of the best tutorials available for beginning or advanced users. Check out: http://www.w3schools.com/PHP/DEfaULT.asP
W3Schools is brilliant; I learned a lot from them.
http://www.w3schools.com/php/default.asp
you can check for php tutorials this website too http://learnfobia.com on computers > programming > PHP
Adi