Jason Wong wrote:
On Tuesday 10 December 2002 02:39, [EMAIL PROTECTED] wrote:

Hello All,


How to test php.info from command line:
#echo "<?php phpinfo()?>" | php

to the standard output (screen) - or if you want to a file like this way:
#echo "<?php phpinfo()?>" | php > /tmp/test_php.txt

Oliver Etzel

.eu - domain are coming soon
www.t-host.com

Or simply

  #php -i

It would be nice if there was a text-only version without all the HTML gunge.

this works nicely for me

php -i | lynx -stdin -dump



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

Reply via email to