Haha, basically, the way to do it is to have...
...One section where they can input new content in text/HTML/SWF form, which:
- Asks them to log in
- (optional), views a list of content in the MySQL database[to allow them to edit it]
- Takes their input
- Parses out hacking attempts
- Saves their input into the MySQL database.
...And One section which outputs the content (acts as a holder), which:
- Gets entries from the MySQL DB
- Parses them(outputs HTML/SWF/Text)
- Prints them on the screen in an order(//changes dynamic text field to hold them items)
I don't have too much time right now but i'll give you a decent coded example when i get back online later.
In the mean time google "Flash CMS"(Content Management System).
Or look at something like:
-
This tute.
Cheers,
Jamey
p.s. for more info on PHP check out
http://www.w3schools.com