Hello,
Thank you for your reply.
Sure I filled the text part and I tried to display this variable like this :
print_r($_POST); => gives Array
$type = trim($_POST['type']);
echo "POST result:$type"; => $type is empty...
$type = trim($_POST['type']);
echo "POST result:$type"; => $type is empty...
I changes the value in my php.ini and my midgard-data.conf for variables :
magic_quotes_gpc, register_globals, track_vars but there is always the same issue... I can get the GET values and not the POST and outside of Midgard I get Both...
Just one more thing I use for my test page the Type "active" with no authentification.
Please, help me before I become crazy!!!!
Piotras <[EMAIL PROTECTED]> wrote:
> > print_r($HTTP_POST_VARS);
> print_r($HTTP_GET_VARS);
> ?>
>
>
>
> When I submit this form I can get the value of the variable contained in
> $HTTP_GET_VARS : Array ( [action] => test ) but not the one contained in
> $HTTP_POST_VARS : Array ( ).
Did you fill input text?
I do not remember exactly which version of PHP changed POST and GET variables ,
but you chould use $_POST AFAIR.
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Cr�ez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Cr�ez votre Yahoo! Mail
Le nouveau Yahoo! Messenger est arriv� ! D�couvrez toutes les nouveaut�s pour dialoguer instantan�ment avec vos amis. T�l�chargez GRATUITEMENT ici !
