Re: [PHP] I'm newbie in PHP

2006-10-24 Thread Andrei
Ah sorry, I ment php_mysql.dll, forgot to change the name in copy&paste (as mine is builtin). The guy which wrote said: [QUOTE] i got this error *Fatal error*: Call to undefined function mysql_connect() in * D:\WEB\aplicaciones\TestPHP\testmysql.php* on line *2* [/QUOTE]

Re: [PHP] I'm newbie in PHP

2006-10-24 Thread Paul Scott
On Tue, 2006-10-24 at 14:15 +0300, Andrei wrote: > extension=php_crack.dll > > to be uncommented. What does the CrackLib have to do with MySQL??? Surely you meant the php_mysql.dll extension? Oh, and if you are on a real operating system, you will enable the extension with a .so extension, not

Re: [PHP] I'm newbie in PHP

2006-10-24 Thread Andrei
If you don't have mysql support built in your PHP compilation, check your php.ini file (you see its location in phpinfo()), go to ;Windows Extensions part and check the line extension=php_crack.dll to be uncommented. Andy Hassan Arteaga Rodriguez wrote: > Hi all: > > Sorry if

RE: [PHP] I'm newbie in PHP

2006-10-24 Thread Edward Kay
I expect this is because you haven't installed the MySQL extension. Look at the output from phpinfo() - there should be a section called MySQL. If it's not there, you haven't got the MySQL extension installed. Edward > -Original Message- > From: Hassan Arteaga Rodriguez [mailto:[EMAIL PRO

Re: [PHP] I'm newbie in PHP

2006-10-24 Thread Dave Goodchild
Doesn't look like you have mysql support compiled with PHP. -- http://www.web-buddha.co.uk