[PHP] Re: Repost: mod_rewirte loses POST data

2005-05-14 Thread Bart Seresia
this output for post and get: array(18) { ["HTTP_POST_VARS"]=> array(0) { } ["_POST"]=> array(0) { } ["HTTP_GET_VARS"]=> array(2) { ["shopid"]=> string(3) "wsn" ["page"]=> string(6) "Basket"

[PHP] Repost: mod_rewirte loses POST data

2005-05-14 Thread Bart Seresia
Hi, I'm currently developing a webapplication that uses mod_rewrite. At some point i have to post data but i't seems to get lost, checking the web and some archives i've found that normaly mod_rewrite should preserver this data, but apparently it doesn't. Could anyone help me? Im using: Apache

[PHP] mod_rewirte loses POST data

2005-05-13 Thread Bart Seresia
Hi, I'm currently developing a webapplication that uses mod_rewrite. At some point i have to post data but i't seems to get lost, checking the web and some archives i've found that normaly mod_rewrite should preserver this data, but apparently it doesn't. Could anyone help me? Im using: Apache