View Single Post
  #2 (permalink)  
Old 01-13-2006, 12:26 PM
Deadeye's Avatar
Deadeye Deadeye is offline
Moderator
 
Join Date: Aug 2005
Location: San Diego, CA
Posts: 274
Send a message via MSN to Deadeye
you will have to write a several scripts that will allow the person to edit the text inside the HTML. And the only way I know how to do this is having your text about the game info, the release date for example, in a database table.

have your script query this table for the info, and when a user hits update (after there logged in) they will be able to edit that text directly.

When the page is displayed you will have to query that database for that info on the game and format that into your html with in the script. No person should be able to edit your code for the web page, if you do, you are looking to get hacked.

I don’t think this explanation is detailed enough, but I am very tired. If you would like me to explain in further detail please let me know. I can do so later on in the day.

Wesley
Reply With Quote