Page 2 of 2

Posted: Sat Jan 27, 2007 2:48 am
by cturner
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:

Code: Select all

if (isset($_POST['propertyname'])) {
	$propertyname = mysql_real_escape_string($_POST['propertyname']);
}
for all the variables.