tovmeod
01-03-2007, 07:30 PM
I want to fetch a web page via program, my tool is in python but I also tried to use php and both are giving me the same results..
the page in question is:
http://www.bdk.com.br/layout.php?modulo=lista_verde_bdk.php&titulo=.:%20Lista%20Verde%20de%20Produtos%20-%20BDK
you can notice that it has get values
it has a form with post method, which target is '#' , so as i understand the target would have post and get values and the same time..
the browser handles it fine, but if I try to fetch it passing the post values it returns the page as if I didn't
am I missing something here?
any help is appreciated
marcel
the page in question is:
http://www.bdk.com.br/layout.php?modulo=lista_verde_bdk.php&titulo=.:%20Lista%20Verde%20de%20Produtos%20-%20BDK
you can notice that it has get values
it has a form with post method, which target is '#' , so as i understand the target would have post and get values and the same time..
the browser handles it fine, but if I try to fetch it passing the post values it returns the page as if I didn't
am I missing something here?
any help is appreciated
marcel