User driven database website?

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
helpmeout
Forum Newbie
Posts: 4
Joined: Fri Nov 05, 2010 6:45 pm

User driven database website?

Post by helpmeout »

Lets say we wanted to have a book database.

the homepage would be blank but designated for authors. Users, after loging in, would be able to 'add an author'/ i.e. filling out preset fields then submiting.

when refreshed the author page will now list that author the user submited as a link.

The newly submitted link titled, for example, JK rowling, Can now be clicked by anyone which will take users to a blank page (other than header etc.) and anyone can post any book jk rowling wrote here. When refreshed, this BOOK page (inside the jk rowling author page) will now list any book any user submits. These books will turn in to links, listed [</li>] neatly on the page

with the end product being these book links to be able to be clicked on by any user and engage in discussions on a separate page about that book.

just an example but we need these core functions {user driven database}

anyone?

i have xampp installed
Last edited by helpmeout on Fri Nov 26, 2010 11:42 pm, edited 1 time in total.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: User driven database website?

Post by Christopher »

What have you tried so far? What kind of server and installation do you have?
(#10850)
Post Reply