[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
: [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

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..

[PHP-WIN] Testing MySQL PHP connection

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

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 W

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

[PHP-WIN] testing

2007-02-08 Thread Gustav Wiberg
Hi there! I'm just testing. Is there anyone who sees this? Best regards /Gustav Wiberg

[PHP-WIN] testing SMTP Mail send on windows

2004-08-14 Thread kim
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

[PHP-WIN] Testing Email Mpdules on Win2000

2003-09-26 Thread Arijit Chaudhuri
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

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] te

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

2003-03-11 Thread Herhuth, Ron
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

[PHP-WIN] testing needed

2002-08-03 Thread Demi Vitalis
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

[PHP-WIN] testing needed

2002-08-03 Thread Jeremy Wilson
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

[PHP-WIN] Testing...pls ignore

2002-05-04 Thread theN
pls ignore this -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] testing for value in $HTTP_COOKIE_VARS

2002-04-03 Thread Steve Yates
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

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

2001-06-26 Thread David Elliott
-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

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

2001-06-26 Thread Phil Driscoll
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

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

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

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

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

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
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.

[PHP-WIN] Testing php in Win2000?

2001-05-14 Thread Geoff
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

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://

[PHP-WIN] Testing php files on windows?

2001-05-14 Thread Geoff
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