RE: [PHP-WIN] Help with if

2007-08-07 Thread Gustav Wiberg
Hi! Oh, sorry. I seem to have some things ... Try setting a variable to show PHP-errors (seems like PHP doesn't show errors on your server) Try this code instead: You must get some kind of return-value / errors / notices... Best regards /Gustav Wiberg -Original Message- From:

[PHP-WIN] Wamp/XAMPP and phpmyadmin

2007-08-07 Thread Abhisek Dutta
I recently came across wamp and XAMPP and was tempted to use them. They seemed really easy to use and the installation is simple and easy. What really amazed me is phpmyadmin. But i am yet to start with phpmyadmin. I am still learning php. If i start using phpmyadmin i'd probably never learn to

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Abhisek Dutta
KM, Check this out: http://forums.mysql.com/read.php?52,98383,98383 It may help you. Regards Abhisek KM wrote: I am attempting to use the following together…. MYSQL 5.0 Apache 2.2.4 PHP 5.2.3 PHP info I can get. I get the following statement whenever trying to get to mysql

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
Adding the path to the extension and reversing the slashes worked! Thanks to all who replied! K - Original Message - From: Carlton Whitehead <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], php-windows@lists.php.net, Thomas Hearn <[EMAIL PROTECTED]> Date: Tue, 7

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Carlton Whitehead
Keith, Go in your php.ini and change that extension path to have / (forward slashes) instead of \ (backslashes), save it, then restart Apache. Regards, Carlton Whitehead - Original Message - From: "Keith Mervine" <[EMAIL PROTECTED]> To: "Thomas Hearn" <[EMAIL PROTECTED]> Cc: [EMAIL PROT

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
This is from my apache error.log [Tue Aug 07 09:53:47 2007] [notice] Parent: Received shutdown signal -- Shutting down the server. [Tue Aug 07 09:53:47 2007] [notice] Child 2796: Exit event signaled. Child process is ending. [Tue Aug 07 09:53:48 2007] [notice] Child 2796: Released the start mut

Re: [PHP-WIN] Can php execute separte .net file

2007-08-07 Thread Thomas Hearn
Tony, Not sure really what you're asking here, but if you're asking can a .NET language execute PHP inline or vice versa, then the answer is somewhat. Check out http://www.php-compiler.net/doku.php The reason I say somewhat is because this is a MSIL extension of PHP. It cannot generally

Re: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Thomas Hearn
This sounds very typical of a problem with WHERE in your path MySQL is set. Open up your PATH env variable, and look to see if your PHP ext directory (with the mysql ext) is listed in the path BEFORE your actual MySQL installation. If it isn't, then add it. The dlls that are used by PHP and

RE: [PHP-WIN] Can php execute separte .net file

2007-08-07 Thread Bill Bolte
That would depend. If you're running on IIS with ASP.Net enabled, then you could run both scripts in your environment. Apache - no. PHP can't include a .net script either. -Original Message- From: Tony Trapp [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 8:58 PM To: php-windows@

Re: [PHP-WIN] Vista wont let me install php

2007-08-07 Thread Armando
RIght, Vista's quirky "Yes, I'm the administrator but no, wait, not unless you REALLY mean it." I'd also suggest not using the installer, but downloading the zipped package and doing a manual install. There's many tutorials online how to do this. Cheers. Armando Stut wrote: Diana Castillo wr

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread Keith Mervine
Yes it is exactly like that as a matter of fact. It points to the correct directory where the dlls are. - Original Message - From: [EMAIL PROTECTED] To: "KM" <[EMAIL PROTECTED]> Cc: "'Carlton Whitehead'" <[EMAIL PROTECTED]>, php-windows@lists.php.net Date: Tue, 7 Aug 2007 17:31:39 +100

Re: [PHP-WIN] Vista wont let me install php

2007-08-07 Thread Stut
Diana Castillo wrote: hi, I just started using windows vista on a new computer and it wont let me install php it tells me that my user doesnt have the rights necesary. Yet my user is the administrator. these are the errors it gives me ! In Vista the administrator does not run with administra

[PHP-WIN] Vista wont let me install php

2007-08-07 Thread Diana Castillo
hi, I just started using windows vista on a new computer and it wont let me install php it tells me that my user doesnt have the rights necesary. Yet my user is the administrator. these are the errors it gives me ! C:\Users\Diana\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Con

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-07 Thread hburton
I always have 'small' issues configuring mysql extensions for PHP in windows. What does you extension_dir directive look like in the php.ini config file? is it something like this... extension_dir="C:\Program Files\PHP\ext" > Not sure if this is the cause but I get this error in my apache error