Review System

Edit the structure of the 'review' field in the 'reviews' table and change the character limit to 5000 instead of 500. showreviews.php will sort itself out automatically :)
 
No you won't get paragraph spaces as PHP will just read the form input as one line. You can't put the HTML <p> tag into it either as that's pulled out of it as well as any other HTML input. Can't think of anything you can do to that unless anyone else has any ideas :)
 
Back
Top Bottom