Posted by Alvaro G. Vicario on 12/06/34 11:56
*** weetat.yeo@gmail.com escribió/wrote (24 Aug 2006 01:14:18 -0700):
> However . when i have href link which for instance
> '../edit/id=wt%20%20' .
>
> The mysql database cannot find the id in the table eventhough it
> existed in the table.
Some characters like % have a special meaning in URLs. You must escape any
text that you add to a URL, just as you do when you insert text into SQL or
HTML. In this case, the function is rawurlencode().
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Navigation:
[Reply to this message]
|