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(
uhm, I see it...
-Original Message-
From: Gustav Wiberg [mailto:[EMAIL PROTECTED]
Sent: Friday, February 09, 2007 12:12 AM
To: 'php-windows@lists.php.net'
Subject: [PHP-WIN] testing
Hi there!
I'm just testing. Is there anyone who sees this?
Best regards
/Gustav W
Gustav Wiberg wrote:
I'm just testing. Is there anyone who sees this?
Nope, can't see it. Try a pink background.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there!
I'm just testing. Is there anyone who sees this?
Best regards
/Gustav Wiberg
Hi
I am very new to PHP and have just taken over our PHP website. This site was
running perfect on linux but is now hosted on windows - IIS 5 (which is what
I am currently testing on ). The one thing I cannot get to work is sending
the "enquiries form" via SMTP.
I have amended the PHP.INI file in
For testing email generating modules on Win2000, I presently need to be
online and send out emails to an external account address and verify that
with a mail client or webmail interface. On Linux, emails like
[EMAIL PROTECTED] could be used for testing which could be checked very fast
and without d
$path_to_file = "http://www.yourwebsite.com/pdf/this_file.pdf;
If( file_exists( $path_to_file ) )
{
//do stuff
}
chris kranz
fatcuban.com
-Original Message-
From: Herhuth, Ron [mailto:[EMAIL PROTECTED]
Sent: 11 March 2003 16:43
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] te
How can I check to see if a PDF file exists in a directory on my web server?
Thanks,
Ron
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If any of you have time to test out a new software application I will be
making available, you can download the demo version at the below URL.
For those of you who try it and give me feedback, I might give you a copy of
it for free.
I am thinking of charging $39.95 for it.
You can download it a
If any of you have time to test out a new software application I will be
making available, you can download the demo version at the below URL.
For those of you who try it and give me feedback, I might give you a copy of
it for free.
I am thinking of charging $39.95 for it.
You can download it a
pls ignore this
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
With PHP 4.1.x defaulting to turning off the automatically registered global
variables, I am trying to code in such a way that the code will work on a
server running 4.0.x as well. However I'm having trouble testing for the
existence of variables.
For example, given $HTTP_COOKIE_VARS...if the va
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dear Bryan
On 26 June 2001 at 13:58:47 +1000 (which was 04:58 where I live) Bryan
rearranged electrons to get
> Its on my laptop, and yeah, it works when I am connected to the network
> at work, or connected to the internet from home. It doesn't wor
This may not be your problem, but since it's bitten me on NT before, I
thought I'd mention it.
I never have any problems accessing the local web server via localhost or by
the machine's IP address, however if I try to access a local site via a name
set up in the winnt\system32\drivers\etc\host
Thanks for the response.
Its on my laptop, and yeah, it works when I am connected to the network at
work, or connected to the internet from home. It doesn't work at all when
the laptop is standalone.
Is there a workaround for this??
Thanks,
Bryan.
"David Elliott" <[EMAIL PROTECTED]> wrote in me
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hail Bryan
On 25 June 2001 at 21:57:12 +1000 (which was 12:57 where I live) Bryan
wrote and made these points
> I have a similar problem, but can only view the output in my browser from
> the php files when I am connected to the Internet. When I am
Hi,
I have a similar problem, but can only view the output in my browser from
the php files when I am connected to the Internet.
When I am not connected, I get the standard error page in the broswer.
Hope someone can help??
Thanks,
Bryan.
""John Lim"" <[EMAIL PROTECTED]> wrote in message
9du5j
You need to install IIS on windows 2000, and then install the PHP
executables from php.net. If you are using windows 2000,
IIS is probably preinstalled. Look for a wwwroot directory on your hard
disk.
Regards, John
"Geoff" <[EMAIL PROTECTED]> wrote in message
9dpbks$qgs$[EMAIL PROTECTED]">news:9
ED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 3:18 PM
Subject: [PHP-WIN] Testing php files on windows?
> How do I test my .php files in windows2000?
>
> I run it in explorer and it gives me a blank screen. I try to test it in
DW4
> and it gives me a blank screen.
How do I test my .php files in windows2000?
I run it in explorer and it gives me a blank screen. I try to test it in DW4
and it gives me a blank screen.
The only way I can do it now is by uploading to my server and testing it
online.
I use Dreamweaver 4 for my coding.
Also, where can I find g
Hi,
> The only way I can do it now is by uploading to my server and testing it
> online.
Well you use IIS which is part of win2k or get Apache or Xitami. Then you'll
have to get the PHP binaries and there you go.
>
> I use Dreamweaver 4 for my coding.
There are various editors for php.
http://
How do I test my .php files in windows2000?
I run it in explorer and it gives me a blank screen. I try to test it in DW4
and it gives me a blank screen.
The only way I can do it now is by uploading to my server and testing it
online.
I use Dreamweaver 4 for my coding.
Also, where can I find go
34 matches
Mail list logo