Gossamer Forum
Quote Reply
Review.php
Hi All,

I wanna get the reviews going on my copy of Links SQL, and I am gonna make an addon to do this in PHP.

The addon won't effect the ratings, it will just simply take the reviews and show then, no fancy graphs and things like that which Jerrys one will have - but my hosts won't install all the things I need to do that, so... yeah Smile

Anyway - The reason I come here is to ask what sorta table layout I should use, cause I can't really think of a good one.

I was thinking I have..

Table: Reviews.
Column: ReviewID, INT, AUTO_INCREMENT,
Column: ID (the one being reviewed), INT,
Column: TheReview, TEXT,

Just leaving it like that I guess Smile

Easy enough to make then. Have a form saying review.php?id=3

Thats added, and then when you call readreviews.php?id=3

It calls all of the reviews, and prints them out neatly in tables etc...

Is that the best way to do it, I don't have that much of a problem with the coding anymore with PHP, its just the way to lay it all out I find difficult Frown

------------------
Michael Bray
Review your webhost or find a new one.
www.webhostarea.com
Links SQL User
------------------




Subject Author Views Date
Thread Review.php Michael_Bray 6145 Mar 24, 2000, 3:33 PM
Post Re: Review.php
pugdog 6078 Mar 24, 2000, 10:25 PM
Post Re: Review.php
Michael_Bray 6089 Mar 25, 2000, 8:46 PM
Post Re: Review.php
pugdog 6077 Mar 25, 2000, 9:25 PM
Post Re: Review.php
Dan Kaplan 6069 Mar 26, 2000, 4:25 AM
Post Re: Review.php
pugdog 6066 Mar 26, 2000, 9:04 AM
Post Re: Review.php
Michael_Bray 6060 Mar 26, 2000, 9:15 AM
Post Re: Review.php
Michael_Bray 6089 Mar 26, 2000, 7:36 PM
Post Re: Review.php
Michael_Bray 6065 Mar 26, 2000, 8:41 PM
Post Re: Review.php
widgetz 6098 Mar 27, 2000, 5:12 PM
Post Re: Review.php
Michael_Bray 6091 Mar 27, 2000, 7:05 PM
Post Re: Review.php
Alex 6072 Mar 28, 2000, 8:42 AM
Post Re: Review.php
Michael_Bray 6091 Mar 29, 2000, 1:56 AM
Post Re: Review.php
Michael_Bray 6075 Mar 29, 2000, 9:23 AM
Post Re: Review.php
pugdog 6097 Mar 29, 2000, 10:18 AM
Post Re: Review.php
Michael_Bray 6073 Mar 29, 2000, 8:49 PM
Post Re: Review.php
Michael_Bray 6073 Mar 29, 2000, 10:36 PM