not that i can see......this is my insert
$signup = mysql_query("INSERT INTO signup (username, password, FullName, email, address1, address2, province_state, otherprovince_state, zip_postalcode, date) VALUES('$signupusername', '$signuppassword', '$name', '$email', '$address1', '$address2', '$state', '$other', '$zip', now())") or die (mysql_error());
print 'Thank you for filling out the form, please proceed by clicking here';
i did a "find on page" for addslash and i got only the 2 for username and password