Omnimaga
General Discussion => Technology and Development => Web Programming and Design => Topic started by: trevmeister66 on February 18, 2007, 11:57:00 am
-
Does anybody know of a good free web hosting site that has PHP and MySQL?
-
define good, and what do you plan to do with it (not many offer a mail server, so you have an issue with forums).
-
i don't need an email thing. I want it to be easy to use (like for file managing, database managing, etc.) and a subdomain (or free domain if that's possible :)
) that isn't your 'username'. Also i would like it to not be slow. Thanks!
-
good luck finding one that your username isn't the . as that is how they do it (makes things easier). Even when you pay, your domain name (or a part of it) is usually your username.
-
Yeah trev I don't think you will get one that will give you a gree domain ;)
but if you want free hosting and PHP with MySQL then check out freehostia.com
-
Yeah. Freehostia is pretty good.
There is also www.awardspace.com
-
i know bravenet (or bravehost, whichever) lets you create your own subdomain, but it doesn't have php or mysql :(

I'll check out freehostia and awardspace.
Thanks all!
-
otherwise, if you know someone who has a domain, they might let you piggy back on their site (I used to offer that, now I take advantage of it).
-
Man awardspace is awsome. It's the best one i've tried so far (and believe me, i've tried a bunch).
Thanks for helping out guys.
@rivereye, do you know (My)SQL and how to use it?
-
yeah, I know a good amount about it (hell, my CMS is based on MySQL, think I would know a little there about it).
btw, 1000 posts baby.
-
o, then could you help me out a bit (like teach me or tell me a good tutorial or something).
Congrats on 1000 posts too :)
-
thanks man. Yeah, I can do that (IM me tommorow or something).
-
k, i will. Thanks for all the help.
-
btw, you will need a knowledge of php first.
-
good choice with awardspace...its one of the best free hosting providers out there (even though it is still a beta)...the only problem with it is that, atleast a few months ago, there is some frequent down time...most of it occurs very late at night though, so it shouldn't be much of a problem. im not sure if this is still true or not, or it if was just when they were upgrading their servers
free hostia is also a nice choice
as to finiding a free domain, keep dreaming. the only way to get "free" domains is to get one with a completely wierd ending like .tk or .co.nr and even those require ads/popups .co.nr is probably the best because all it requires is a small image to be displayed on your homepage that links back to their site
http://www.php.net is a good reference for php/mysql. If you have no experience with php programming, i wouldn't recomment trying to start right away with mysql. You must first understand php before you can use sql...it is possible, but all you'd be doing is copying and pasting code that you completely don't understand, which in my opinion is pointless
if you need any help with php/mysql at all, just post a thread here, and we'll be sure to help you out
-
very true there TK. I have never had good luck on a free plan, but I know that if I decide to go pay again, I already know who I am going through.
-
well, i'm pretty good with php, so i guess i'll try mysql. I've looked at w3schools.com and it seems pretty easy, but i want to know a bit more, like making a login thing that checks a table for if the input username is a member or not, and stuff like that.
-
it isn't all that bad really. The worst part of SQL really is planning the layout of your DBs and tables, not the data or how you access it.
-
Yeah. I imagine rivereye would know from experience (his forum).
-
you can say that again, I have pages that approach over 12 SQL statements to do their job (a lot of tables to mess with).