PHP is usually offered integrated into the webserver. So, any file that ends with the extension .php or .phtml is treated as PHP file.
Probably one of the best ways of learning a programming language is actually doing something with it. If you want to play around with it, and if you have a hosting service somewhere, chances are that PHP is already installed on it - upload a file with extension .php and with content
and see what you get.
If you don't have PHP enabled hosting accounts, there are many packages that install Apache / MySQL / PHP on your windows computer. I did a quick search for it and first result was easyphp.org and it sounds like it should have everything to get you programming.
http://www.tripod.lycos.co.uk/ here you can get a free website hosted they offer php, mysql and mysqladmin for free that you could use as a test ground if you dont want to mess with the server install.
nusphere has a package too I used a year ago that works ok. hth dave
Get PHPdev if you want to run a local copy of Apache and PHP on your home or office windows box for development and testing (the free package also includes mySQL, PHPmyAdmin, an example PHPwebsite, an FTP server, and so on).
Theres a pretty good free editor called "Crimson Editor" that works well for just about any coding you'll need/want to do. If you're serious about PHP/MySQL and don't mind spending a little bit of money I recommend the book "PHP and MySQL Web Development" it was written by Luke Welling and Laura Thomson and will give you a really good start on PHP. It covers the basics right up to user authentication and security issues. Brand new its around $38USD but you can find used ones for about $16. You can also check out http://www.phpbuilder.com and www.php.net.
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
You have not yet logged in, or registered properly as a member
You are a member, but no longer have posting rights.
This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.