Website design question?

BigFatCow

Diamond Member
Aug 11, 2001
3,373
1
0
I want to make a website much like this, for personal use. Im trying to figure out how i can get some kind of script or something so that whenever i find a new game i can just upload it to my site and run the script and it makes the website with the flash inlayed and puts the link onto the main pages.
 

dfuze

Lifer
Feb 15, 2006
11,953
0
71
I did something close to what you are asking (I think) about a year ago. I set up a mysql database and created a webpage to add info to the database. Then the main page that I or anyone else would view used php to go through the database and go until all the entries were put on the screen. Sorry, I don't have all the code with me at the moment (at work).
 

Decoy84

Junior Member
Jun 5, 2006
12
0
0
honestly.....who lives next door to you? hello! now you have to ask nicely, and get me some cocoichi's and i will hand over thar scripts :D
 

clamum

Lifer
Feb 13, 2003
26,256
406
126
Originally posted by: Decoy84
honestly.....who lives next door to you? hello! now you have to ask nicely, and get me some cocoichi's and i will hand over thar scripts :D

:confused:

As for your question, like dph1077 said, you can do that with MySQL (or some other database) and PHP (or ASP or whatever). Do you have any experience with scripting or programming? This would be quite easy to do if you're willing to learn. If not, I could write it for you.