Thursday 18 October 2007 2:46:44 am
Hello. I have a problem using ezhttp.
My URL is http://<myurl>/?<myvarname>=<myvardata>
{def $data=ezhttp('myvarname','get')}
doesn't show any result. So I tried it using a form
<form name="formname" action={$node.url_alias|ezurl} method="post">
<input type="hidden" name="myvarname" value="myvardata">
<input type="submit" name="submitbtn" value="Submit">
</form>
{def $data=ezhttp('myvarname','post')}
and
{def $data=ezhttp('myvarname')}
doesn't show any result. In the documentation I found the new operator "ezhttp_hasvariable" to check if the variable is set. But this operator doesn't show any results, too... Is there anyone who can tell me what to do now? I'm using eZ 3.9.0 with PHP 4.4.4
Thanks a lot, Philip
Linux is like a wigwam; no windows, now gates, and apache inside!
|