View Single Post
Old 10-17-2008, 06:01 PM   #3 (permalink)
Stealth
The Wanderer
 
Join Date: Jul 2008
Posts: 8
Thanks: 1
Stealth is on a distinguished road
Default

So I would do it like this?
Example:
Code:
<?php
$q = mysql_real_escape_string(trim($_POST['input']));
?>
Thanks.
Stealth is offline  
Reply With Quote