Php master superior experts only

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

Php master superior experts only

Post by helpmeout »

Lets say we all wanted to create a literature database website.

We'd need users to be able to sign in and post an author one at a time, which will turn into a link (listed as the authors name) on the homepage when refreshed. Then this link should be able to be clicked and users should be able to add books (one at a time [that that author legitimately wrote of course] then these books will be listed as links which can be clicked on then it will take you to a discussion page specifically for that book where users can discuss etc.

Much like the add a proffesor/ add a school template here:

http://ratemyprofessors.com/SearchSchool.jsp

but will instantly be listed as a link on the homepage

and needs to be able to handle potentially hundreds of posts?

will mysql be able to handle all of this?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Php master superior experts only

Post by Weirdan »

Sounds like a wiki
Post Reply