Re: cannot load mysql extension



What happens when you run the following PHP script?

<?
phpinfo();
?>

Do you see a mysql section? Do the paths in the PHP general section
align to those that you have specified in the php.in file?

.



Relevant Pages

  • Re: permissions?
    ... kkk333@freemail.hu (Daniel Barna) wrote: ... >> create user accounts in mysql, then call mysql to check it. ... > But now username and password is hardcoded in my php script, ...
    (comp.lang.php)
  • Re: permissions?
    ... > I tried to play with mysql: set up a password for the database. ... > php script itself, or in a file, or whereever. ... > file permissions are set up in a way that other users can not directly ...
    (comp.lang.php)
  • Re: permissions?
    ... > create user accounts in mysql, then call mysql to check it. ... But now username and password is hardcoded in my php script, ... readable by wwwrun, so any other local users can also ...
    (comp.lang.php)
  • Re: recall id after adding a query to MySQL database
    ... > When I add a entry to my mysql database from a PHP form, ... which is generated by MySQL. ... > lines of PHP script and unnecessary queries. ...
    (comp.lang.php)
  • ORDER BY RAND()....
    ... I have been working on a simple PHP script that called to a mysql ... SELECT url FROM sponsors ORDER BY RAND(); ...
    (php.general)