php-windows@lists.php.net
Envoyé le : Lundi, 9 Juillet 2007, 16h08mn 35s
Objet : RE: [PHP-WIN] Testing MySQL PHP connection
The extension probably needs to be in the "ext" folder inside the php
folder. There is an extension path statement in the ini that points to
where extensions should go.
-windows@lists.php.net
Subject: RE: [PHP-WIN] Testing MySQL PHP connection
Ok, so I put the two files into my system32 directory, which seems to
have fixed the error I was getting... but wouldn't you know it, I know
have 3 more... :(
Warning: mysqli_connect() [function.mysqli-connect]: (0
-Original Message-
From: Janet Valade [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 9:17 AM
To: Jacob Bergman
Subject: Re: [PHP-WIN] Testing MySQL PHP connection
There error message means that the mysqli functions are not enabled.
This means one of two things: (1) you did not acti
#267
(509) 432-4012
[EMAIL PROTECTED]
-Original Message-
From: Janet Valade [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 9:17 AM
To: Jacob Bergman
Subject: Re: [PHP-WIN] Testing MySQL PHP connection
There error message means that the mysqli functions are not enabled.
This means o
: Monday, July 09, 2007 9:09 AM
To: php-windows@lists.php.net
Subject: RE: [PHP-WIN] Testing MySQL PHP connection
The extension probably needs to be in the "ext" folder inside the php
folder. There is an extension path statement in the ini that points to
where extensions should go.
---
ut
Cc: php-windows@lists.php.net
Subject: RE: [PHP-WIN] Testing MySQL PHP connection
Yes, I restarted Apache and yes I edited the correct php.ini file, it is
looking in C:\windows for the file and I checked to make sure that the
line was uncommented. Is there anything else I need to be chang
: [PHP-WIN] Testing MySQL PHP connection
Jacob Bergman wrote:
> Sorry about that...
>
> Anyways, I created a phpinfo page and don't see anything about mysql
in
> the output...
Then it's not enabled. Have you restarted your web server since changing
php.ini? Are you sure
he phpinfo output for where it should go).
-Stut
--
http://stut.net/
-Original Message-
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 8:41 AM
To: Jacob Bergman
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Testing MySQL PHP connection
Please include the
OCESSOR_ARCHITECTURE"] x86
_ENV["PROCESSOR_IDENTIFIER"] x86 Family 15 Model 6 Stepping 8,
GenuineIntel
_ENV["PROCESSOR_LEVEL"] 15
_ENV["PROCESSOR_REVISION"] 0608
_ENV["ProgramFiles"] C:\Program Files
_ENV["SystemDrive"] C:
_ENV["
MySQLi is installed.
-Stut
--
http://stut.net/
-Original Message-
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 8:18 AM
To: Jacob Bergman
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Testing MySQL PHP connection
Jacob Bergman wrote:
While trying to connect to
Hi
make sure the required dll ("php_mysqli.dll") is enabled in the php.ini
and not still commented out as is the default
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jacob Bergman wrote:
While trying to connect to the mysqll database with php, I use the
following file:
When I access this file I I get "Fatal error: Call to undefined function
mysqli_connect() in C:\Program Files\Apache
Group\Apache2\htdocs\mysql_up.php on line 13"
Not sure what is wrong..
While trying to connect to the mysqll database with php, I use the
following file:
Test MySQL
";
$host="PHP-AND-MYSQL";
$user="root";
$password="Britt9906";
$cxn = mysqli_connect($host,$user,$password);
$sql="SHOW STATUS";
$result = mysqli_query($cxn,$sql);
if(
13 matches
Mail list logo