The Film Review?

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
Speedhorn
Forum Newbie
Posts: 1
Joined: Sat Feb 21, 2004 8:01 pm

The Film Review?

Post by Speedhorn »

Firstly, i apologize if this has been posted in the wrong section, however it's 2:00am and i'm really tired. (Guess I should post this when i'm awake, but alas)

My question is, does anybody know how to create, or know where i could find a script which is similar to the one used at http://www.thefilmreview.co.uk?

The site is basically, as the URL suggests, a film review site. There are multiple "reviewers" and they each review many different films, also adding a picture and extra information about the film, which is all contained on one page per movie. The films are also listed in an A-Z directory, in alphabetical order, and there is also a search function for the user to search for a particular movie.

I've tried searching on google and other search engines, but i have had no luck. I'm rather new to PHP and MySQL, but i like to see the code and learn from it that way. As i like the idea of this site, i think it would be more enjoyable for me to learn from a code similar to this.

Thanks for taking the time to read this thread and any information would be appreciated.
User avatar
uberpolak
Forum Contributor
Posts: 261
Joined: Thu Jan 02, 2003 10:37 am
Location: Next to the bar

Post by uberpolak »

Look through some of these, pick them apart if you're interested in learning how to do it yourself: http://www.hotscripts.com/PHP/Scripts_a ... index.html
Post Reply