Script for this?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alex11
Forum Newbie
Posts: 1
Joined: Mon Mar 21, 2011 8:03 pm

Script for this?

Post by alex11 »

I want to add a feature similar to this http://showmetournaments.com/index.php on a website of mine. I want the users to be able to type in their listing information like this http://showmetournaments.com/tournamentForm.php and it automatically or after my approval add it to the main page listing and also create a subpage for just the listing itself.
I figure there is a script for something similar to this, any suggestions.
Thanks
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Script for this?

Post by Jonah Bron »

There probably isn't a prefab solution to this exact problem, but it's pretty simple. You just need a form that submits to a page which stores the tournament in the database, and emails you for approval. When you approve it, mark it as "approved" with another column in the database table. And on the home page, show all tournaments marked as "approved".
Post Reply