Afficher un message
Vieux 21/10/2007, 02h54   #2
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: PHP cannot see Mysql?! Ideas?

David wrote:
> I have php and mysql both working seperately but not together
>
> <?php phpinfo(); ?> - Shows everything working fine but no mention of
> Mysql in it.
>
> Mysql is setup and working properly. Users and databases all connect fine
>
> All my PHP scripts which have mysql connection info just show as a blank
> page. No error messages.
>
> Any ideas?!. Would appreciate any input, its driving my crazy.
>
>
>


This means the MySQL extension isn't being loaded.

Did you enable the mysql extension in your php.ini? Is it loading properly?

And is the mysql client .dll (windows) or .so (UNIX) available to be loaded.



--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  Réponse avec citation
 
Page generated in 0,04945 seconds with 9 queries