Forums / General / does ezhttp() work in ez 3.4??

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

does ezhttp() work in ez 3.4??

Author Message

Cristina Galliano

Tuesday 27 July 2004 11:15:53 am

In the version 3.3.4 it works fine:

{literal}
<script language=javascript>
function go(var){
document.destinatari.PhraseSearchText.value=var;
document.destinatari.submit();
}
</script>
{/literal}

<form name="dest" action={concat("/",$node.url_alias)|ezurl} method="post">
{let desti=fetch(content,class_attribute,hash(attribute_id,172)) desti_list=$desti.content.options}
{section loop=$desti_list}
<tr><td>
<a href="javascript:go('{$:item.name|wash}');">{$item.name|wash}</a>
</td></tr>
{/section}
{/let}
<input type="hidden" name="PhraseSearchText" value="" />
</form>
<tr><td>
Selection: {<b>ezhttp('PhraseSearchText',post)</b>}
</td></tr>

In ez 3.4 it doesn't work no more.
How can i get the same result now?
help me thanks
cristina

Stefan Hortschitz

Saturday 16 October 2004 6:25:13 am

Maybe you have to set the option register_globals to "On" in your php.ini configuration file