Posted: Sat Jan 27, 2007 2:48 am
Once again thank you to everyone for their help. I don't need to post my code here anymore. I have searched the forums and have found the solution. The solution is:
for all the variables.
Code: Select all
if (isset($_POST['propertyname'])) {
$propertyname = mysql_real_escape_string($_POST['propertyname']);
}