About a creatin of a web site.

Miscellaneous Forums/General Discussion/About a creatin of a web site.

I wand to create a site like the wiki or the forum but the only thing I ever learned it's the clasic html.
So can someone tell me what I have to learn to create a site like this?

i dont know what database program this site uses but i would learn php & mySQL (or similiar database program). I think you should also learn a bit about XML too cause thats always usful.

yes, PHP and MySQL is a must for dynamic database driven websites. Alternatives for PHP are ASP and Coldfusion, but PHP is IMHO the most powerful and easiest solution.

Thanks.

well i suggested it because of that, but also because he says he has learned basic html which is good because you can use php within HTML code using tags.

argh! i cant remember the name of a great private server that i used.. mmm cant even remeber the name of the one most people use.. but i do remember that the one i used was soooooo much easier to setup.

EDIT: here we go, this is the one most people use Apache. thier are a few other sites that might intrest you:
PHP ide - ide for php (and other) sytanx highlighting
PHP nuke - a php thingy for creating forums i think?
PHPmyadmin - helps w/ mySQL, database stuff

Thanks again.

If your running windows and you want to setup apache/php/mysql you might want to look at XAMPP.

http://www.apachefriends.org/en/xampp-windows.html

a single install which sets them all up for you with phpMyAdmin plus some php example pages etc.

Gets you up and running very quickly so you can concentrate on actually using them.