Re:PHP GTK and MYSQL (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: Re:PHP GTK and MYSQL
|
|
|
|
PHP GTK and MYSQL 1 Month, 2 Weeks ago
|
Karma: 0
|
|
Hi friends!! How are you??
Somebody use P-GTK with MySQL???
I need to use the extension of mysql but I can't load from my php-gtk
say
PHP Warning: PHP Startup: Unable to load dynamic library './ext\php_myslq.dll'
in Unknown on line 0
And with pdo is the same!!!
Somebody have this working??
Thanks a lot
Best Regards
Daniel Rivas
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:PHP GTK and MYSQL 1 Month, 1 Week ago
|
Karma: 0
|
|
Hi guys!
well the error was a syntaxs is "php_mysql.dll" I wrote "php_myslq.dll"
Thanks for everything!!
Daniel Rivas
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:PHP GTK and MYSQL 1 Month ago
|
Karma: 0
|
|
Make sure you enable the the mysql dll in your php-cli.ini file
extension = php_pdo.dll
extension = php_mysql.dll
and then try your code again.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:PHP GTK and MYSQL 1 Month ago
|
Karma: 0
|
|
Thanks Keisoft!!!
Yes! its that.. i wrote wrong!! but its ok now!!
Best regards
Daniel Rivas
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|