hello guy's,
I think I'm losing it. I have the following line in my code:
This works fine. But sometimes the $sGemeente can be something like this => 's blabla ... But than it doesn't work anymore 'cause of the '. Can I restyle the line above so $sGemeente can start with a '?
I know it has to do with this value='".$sGemeente."' ...
thanks!
The One And Only KryptoS
I think I'm losing it. I have the following line in my code:
Code:
$sOut .= "<li><a href=\"#\" onclick=\"javascript:document.getElementById('search').value='".$sGemeente."';document.getElementById('searchbox').style.display = 'none';\">".$sGemeente."</a></li>";
This works fine. But sometimes the $sGemeente can be something like this => 's blabla ... But than it doesn't work anymore 'cause of the '. Can I restyle the line above so $sGemeente can start with a '?
I know it has to do with this value='".$sGemeente."' ...
thanks!
The One And Only KryptoS