hi list,

don't know if anybody can help me, or my midgard, because this is really
strange. dont know what i made, but http_post_vars is empty when i use it
with midgard. stand alone php works fine, same code in <(content)> results
in nothing. 

I send a form (with method post) to a php file with this pice of code:

<?
foreach ( $HTTP_POST_VARS AS $key=>$value ) echo "$key -> $value <br>\n";
?>

Shows me the right values without using midgard, same code in midgard
nothing. $HTTP_POST_VARS isn't even an array!! echo $HTTP_POST_VARS
returns nothing (should return Array). 

So, my forms worked until a few hours ago, I'm totally messed (like my forms
;-) )

any suggestions...? 


regards Martin

-- 
  mailto: `echo [EMAIL PROTECTED] | sed 's/[NOSPAM]//g'`
----------------------------------------------------------------
  Hit any user to continue.
----------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to