i want to get the result like this,

"apple is good_fruit..."

with below command and code,

php getdata.php?$apple=good_fruit

code of getdata.php ,

<?
echo "apple is $apple...";
?>

"Markus Fischer" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D
:[EMAIL PROTECTED]
> You can: php -f getdata.php apple orange



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to