I want to call a php script with post variables, but I don't want submit them via form-sumbmit ... Can someone help me ???
Thanks Gee
Then you will have to create a POST header and send that to the webserver. That will fake an HTML form.
Search the forum for more info.