[PHP] URL variables parsing error?

2003-09-18 Thread hiaer
Hi all,

I use RedHat9.0 with Apache 2.0.40 & PHP 4.2.2
and I have problem with parsing URL variables...

I use this URL: http://my.domain.mine/index.php?var1=value1&var2=value2

and this is my index.php



Output of this page is without expansion of my variables var1, var2 at section "echo"
but phpinfo expand this:

_GET["var1"]value1 
_GET["var2"]value2

Any idea?

THANKS.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] function mail()

2003-09-30 Thread hiaer
I use mail() function in php, but there's no living mail from my system.
MUST be mail() function turn on in some special place (ini file, &...)
??

THANKS.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php