I would like to do something that I know can be done, I just don’t know how exactly.
I want a page where users can submit an image, text, and links and then what is submitted goes to an administration page where such submitted can be approved or declined. And then another page where all the things that have been approved go into a table where the image, text, and links are displayed in a numbered fashion. Here are some picture examples of what I mean:
form.php
http://img217.imageshack.us/img217/6228/formphpmh3.gif
admin/admin.php
http://img146.imageshack.us/img146/1281/adminphpws3.gif
entries.php
http://img145.imageshack.us/img145/2...riesphphb5.gif
Here are my versions:
PHP version 4.4.7
MySQL version 4.1.22-standard-log
How exactly do I do this? Is there a script somewhere already written that I can modify or use?