View Full Version : Free PHP & MySQL?
=uNiTy=
04-29-2004, 03:46 PM
Are there any sites that offer free PHP and MySQL hosting? I only need like 50 mb, and i can always use a dot tk thing for my domain... :confused:
www.tripod.co.uk
I didn't get the .tk part, could you please explain more?
=uNiTy=
05-04-2004, 01:23 PM
www.dot.tk
free domain rerouting service
instead of geocities.com/***** you can have *****.tk point to the same site for free. in other words a top level domain name is not necessary. I only need it to learn php in the first place:p
Metaphorically
05-11-2004, 03:48 PM
If all you want to do is learn PHP & MySQL, host them yourself. Install Apache on your own machine, then install MySQL and PHP. The url for your site will be localhost (127.0.0.1) instead of a hosted domain (like the .tk), but otherwise it's the same. Visitors just have to type in your ip if they want to see your site.
=uNiTy=
05-11-2004, 04:00 PM
thanx for the info, but i have already done that...
check this out... (http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&th=7718354c7cdb2b3b&seekm=38e0efe9.0403011304.43b0850%40posting.google.com#link1):mad:
Metaphorically
05-11-2004, 04:17 PM
I got lost in all the Linux vs MS flaming. I have it set up at home on Windows XP without any problem. I also have a hosted site that runs some unix variant (probably Linux, but it doesn't much matter to me). I test my code locally then I upload it.
Take it one step at a time. Does Apache work? Can it serve up a static html page at http://localhost/? Does MySQL work? Can you run one of the MySQL samples through the command-line MySQL client? Next, does PHP work? Can you write a simple (read: no queries) PHP page and have it served up by Apache? Finally, try the whole thing and what do you get?
Even if you were to pay to have a site hosted, you'd still want a local development sandbox. It's not practical (in my limited experience) to develop on a live site.
ffish
05-25-2004, 09:57 AM
Try www.freewebspace.net
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.