I also just noticed that your first variable in the query string (which 
begins after the ? character) begins with an &, which is a separator 
character. I'm not sure what's going on there, but it should be 
something more like this:

header("Location: 
http://192.168.254.14/show_products_html.php?maker_name=$maker_name&PHPSESSID=$PHPSESSID";);
 


Happy hacking.

Chris

> Jean-Christian Imbeault wrote:
>
>> 
>http://192.168.254.14/show_products_html.php?&maker_name=%C5%ED&PHPSESSID=34fbfc3284514b75887c0a6a593b919c
> 
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to