alarik149 Posted December 5, 2006 Share Posted December 5, 2006 I have stumbled into outputing information from a database that contains ASCII.Let me explain exacly.I have a some names into my database,names like Jeleń or Urzáiz.I see them in my PHP MyAdmin in ASCII code.When I try to output them I see them perfectly,I see Jeleń or Urzáiz,but when I try to use them in GET,like [code]$name = $_GET["name"];[/code] and access the URL : www.mysite.com/page.php?name=Urzáiz and see the page according to $name it`s all bad,GET dosen`t seem to get ASCII.What is the problem?:( Quote Link to comment Share on other sites More sharing options...
alarik149 Posted December 5, 2006 Author Share Posted December 5, 2006 I think the problem may be resolved If I could understand how I convert text like Urzáiz into ASCII.Please help me in this matter and maybe I'll manage to fix everything. Quote Link to comment Share on other sites More sharing options...
fenway Posted December 6, 2006 Share Posted December 6, 2006 It sounds like they're not being encoded properly when being submitted. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.