Jump to content

special character help


vurentjie

Recommended Posts

hi,

 

i need a bit of assistance,

 

i have a link that gets a dynamic href property, the link is generated through a mysql fetch array query

 

e.g.

while($row=mysql_fetch_array($query)

{

echo "<a href='www.something?name='".$row[name]."'>'".$row[name]."</a>";

}

 

on the next page

 

i call

$X = $_GET['name'];

 

and then use this in another mysql query,

 

i have a problem because $row['name'] might have certain characters like Â, Û, among others...

this hampers my next mysqlcall as I don't know how ti filter decode the browsers translations of these symbols,

 

any help?

 

Link to comment
https://forums.phpfreaks.com/topic/95945-special-character-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.