Hi i was wondering how to get $var as an argument for a command using
system() call..??

I tried something like:

<?
system('echo $REMOTE_ADDR > bla');
?>

bla is created on the system but nothing is in it, i thought it was some
security measure preventing builtin $vars from entering the system but no
$var at all will work....

Must be me, or is the only option in php to store stuff in dbases ?

thnxz



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


Reply via email to