Learning Php?
DY357LX
Playing since day 1. Still can't Comm.England Join Date: 2002-10-27 Member: 1651Members, Constellation
in Off-Topic
<div class="IPBDescription">Where To Start And What's Needed.</div> I did a Search before posting but nothing came up.
I apologise if this has been posted several times in the past.
There's a job on offer near me for website based stuff
and it's really good pay. But knowledge of PHP is needed
and I don't have any.
Can anyone tell me whats needed (programs etc?)
or point me in the direction of some tutorials or websites
that might be able to help.
Thanks.
I apologise if this has been posted several times in the past.
There's a job on offer near me for website based stuff
and it's really good pay. But knowledge of PHP is needed
and I don't have any.
Can anyone tell me whats needed (programs etc?)
or point me in the direction of some tutorials or websites
that might be able to help.
Thanks.
Comments
There are better editors (obviously) but notepad works fine if you don't want to buy Dreamweaver (better for web design) or PHPEd (best php editor ever IMHO). Basically you need to set up an apache server and have it run .php files through the PHP interpreter. Instructions are on PHP.net, as well as one of the best online manuals I've ever seen. Just go to php.net/whatever, with the whatever being whatever command you want to look up. As for a book on begininng PHP, O'Reilly has a nice one for PHP5, which has a lot of changes over PHP4, especially in the object-oriented aspects. There's a lot of new stuff to deal with for classes, but most of it is similar to stuff in other high-level languages such as Java, and to a certain extent C++.
If you've ever programmed before in Java/C++/any other C-style language, then PHP will be easy to learn. If you haven't, then you've got a LOT of learning to do.
That being said, if you're experienced with other programming languages, particularly something like perl, than you should find it pretty easy to learn. PHP isn't that complicated, and shouldn't be too hard to learn, even if you've never really done a lot of programming before, as it's designed to be easy to use.
Like everyone else said, if you want to try it out, you can download apache, php and follow the installation instructions that come with each. Then look around on google for the many php tutorials that are out there.
I don't recommend to get apache and php seperate, get <a href='http://www.apachefriends.org/en/xampp.html' target='_blank'>XAMPP</a> It combines the two components and installs in a few clics, no configuration required. It also adds MySQL and the needed tools to maintain the whole package (such as phpMyAdmin).
O'Reilly books are good, get them if you need any book.
The tricky thing about learning PHP is that since it's, uh, multiplayer only you'll either need access to a webserver or to run a webserver on your machine (such as Apache).