Create a tutorial website

Soldato
Joined
10 May 2004
Posts
3,774
Location
East Yorkshire, UK
Hi

After the exams I am planning on making a MYSQL and PHP website like good-tutorials.com I have made several PHP websites but am just wodnering with this site as it is a bit unusual to what I have done before. Am I thinking the website is simpler to create then it is in reality?

Thanks
 
It's not too difficult if you break it down:

> A system to post articles
> A system to rate articles
> A search system
> Possibly a comment system

The administration side shouldn't be too hard either.

There's nothing too advanced in it really - generally PHP/MySQL apps on a small scale are very simple :)
 
This might not be of much help but I was one of the creators of a tutorial website for the C&C Renegade game. It's stil online at http://renhelp.laeubi-soft.de

It's not exactly a professional website but it did the job when we used it a lot. Could offer some inspiration, one of the interesting parts was that the submitted tutorials were parsed and fomratted automatically in html, doesn't work flawlessly but it did the job.
 
Back
Top Bottom