[PHP-WIN] Re : [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Defo Landry
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.

RE: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Murphy, Matt
-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

RE: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Jacob Bergman
-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

RE: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Jacob Bergman
#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

RE: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Jacob Bergman
: 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. ---

RE: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Bill Bolte
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

RE: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Jacob Bergman
you changed the right php.ini (look near the top of the 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

Re: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Stut
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

RE: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Jacob Bergman
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["

Re: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Stut
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

Re: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Niel Archer
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

Re: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Stut
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..

RE: [PHP-WIN] testing

2007-02-09 Thread Bill Bolte
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 Wiberg -- PHP Windo

Re: [PHP-WIN] testing

2007-02-09 Thread Stut
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

RE: [PHP-WIN] testing to see if a file exists in a directory

2003-03-11 Thread Chris Kranz
$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] testing

Re: [PHP-WIN] Testing php in Win2000?

2001-06-25 Thread Bryan
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

Re: [PHP-WIN] Testing php in Win2000?

2001-05-16 Thread John Lim
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

Re: [PHP-WIN] Testing php files on windows?

2001-05-14 Thread Jerry Huffman
Geoff, I am not sure why it works, but I can click on a .php file in Windows Explorer and it is parsed and displayed in Internet Explorer almost like any other HTML file. In general, though, I edit and modify all my files in a directory like "C:\home\httpd\html" on my windows box so that any dir

Re: [PHP-WIN] Testing php files on windows?

2001-05-14 Thread Johannes Janson
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://