• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any free web hosts where I can tinker with mysql and php?

FortFunFoSho

Golden Member
Hey everyone, just starting to learn php.

Want to try and mess around with it and a mysql database.

Are there any free web providers in which I can do these things?

Thanks in advance!
 
Apache, mysql and PHP. You just have to change a few lines in the httpd.conf script to make it work. It is documented so you will understand it. Read the readme that comes with php and it will tell you how to make it work.
 
This is all that you need. It is Apache, MySQL, and PHP all preconfigured to run on a local machine. You just install it. You don't need to configure ANYTHING. I use it at home and at work for testing.

Unless of course you want to learn how to set everything up. If you just want to play with PHP and MySQL without the hassle then it's great.
 
Wow, that is pretty cool. Like someone said before, it only takes 10 minutes to set it up if you know what to do but anything that cuts off 8 of those minutes is even better.
 
Back
Top