Guys.. Im banging my head against the wall here [img]/ubbthreads/images/icons/smile.gif[/img]

Im trying to setup a php script and an AMS action to send a DB query to a php page that should return all the info needed to fill some AMS vars.

The php page is working on GET and it return the appropiate format for AMS to get the vars:

<ReturnedData>
<Variable>
<Name>%VarName1%</Name>
<Value>Value1</Value>
</Variable>
<Variable>
<Name>%VarName2%</Name>
<Value>Value2</Value>
</Variable>
</ReturnedData>

No HTML tags or anything so the browser doesnt show anything in there but when you do a "show page source" it all shows ok.

The problem I have is that when the application is trying to do the submittoweb action... I get and error saying:

Error: Could not submit to web.
Error code returned by server.


and the web server logs show only the head request:

200.39.209.146 - - [19/Mar/2003:08:38:36 -0600] "HEAD /inter.net.php HTTP/1.0" 200 0 "-" "-"

but they never show the POST OR GET or anything.

What am I doing wrong?

Thanks for your help!!!