I have been trying to save a link to mysql database.
the field is "url_link varchar(40),"
but it just wont input anything into the database.
Does anyone know why??
ok for anyone else who has this problem you have to use "\" to do any special characters.
so you get this
$link = "\<a href\=\'test.php\'\>test\<\/a\>";