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
riguez [mailto:[EMAIL PROTECTED] > Sent: 24 October 2006 11:39 > To: php-general@lists.php.net > Subject: [PHP] I'm newbie in PHP > > > Hi all: > > Sorry if this question become a very simple but i'm getting errors when i > try to connect to MySQL Server. > I set

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

[PHP] I'm newbie in PHP

2006-10-24 Thread Hassan Arteaga Rodriguez
Hi all: Sorry if this question become a very simple but i'm getting errors when i try to connect to MySQL Server. I setup the PHP correctly..As example I run from one web site I have been created. Then testing MySQL server with this simple code i got this error *Fatal error*: Call to undefin