[Phpmyadmin-devel] urlencode for POST data in tbl_change.php?
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Fri Dec 8 15:28:39 CET 2006
Sebastian Mendel a écrit :
> Sebastian Mendel schrieb:
>> Hi,
>>
>> is there any reason why the data is urlencoded when submitted with POST?
>>
>> [...]
>
> data in forms is urlencoded by the client (browser) if submitted with
> GET and automatically encoded on server
>
> so using urlencode results double encoded data
>
>
>
Here is my newbie question. In the case you mention, we are using POST
so is the data automatically encoded when using POST?
If yes, you are right, we should not encode it (and not decode it later
in tbl_replace.php). For example, sql_query is decoded later.
Did you find some bug with this?
Marc
More information about the Developers
mailing list