I have in my table some name having ' in them example Paul's Ricore when performing a search example
http://www.website.com?s=paul's ricore
i get a page with mysql error mysql_fetch_assoc() expects parameter 1 to be resource, but if i just place \ all is ok.
example http://www.website.com?s=paul\'s ricore.
I want to provide a link for that example
<a href=\"http://www.website.com/?s=". $row['Placename'] .".html\">"
Any solution for name with the ' is them