On 10-12-02 11:59 AM, Larry Linder wrote:
used "yum install  php php-mysql"
Got new update on php and php-mysql.
php-mysql functions now work!

My old paranoia is still there about upgrades.
Famous last words - "totally transparent to the user"

Finally becoming a believer in "yum"

Thank You
Larry Linder


You can also find out what sort of options have been compiled into PHP by creating a php page on your webserver that calls "phpinfo()"

i.e. copy and paste the below into a .php file and load it up in your browser to see what you've got :)

-----------------------------------------------
<?php

phpinfo();

?>
-----------------------------------------------

Lots of good useful information in there.

-Chris

Reply via email to