[PHP-WIN] Newbie: My PHP Interpreter cannot be run.

2007-12-10 Thread Andre Junianto
Dear all, I'm newbie. Install php-5.2.5-win32-installer.msi successfully. Windows XP sp2 I have tested using Apache, PHP file was loaded normally on web-browser. (no error). -- But, when I invoked CLI / PHP Interpreter, either directly or by IDE, it's always raised error message, then was close

Re: [PHP-WIN] Just to let you know it's now all working

2007-12-10 Thread Jacob Kruger
Thanks again. What it really comes down to for me at this stage is that not everything/all config interfaces are really all that 'acccessible' at this stage since part of what I'm still getting 100% comfortable in is trying to do 'everything' I used to in the old days, where I still looked up

[PHP-WIN] Just to let you know it's now all working

2007-12-10 Thread Jacob Kruger
Thanks to Bill Bolte for referring me to the Wamp installation. I can now in fact start doing what I want using the combination of PHP and MySQL. Only funny thing I found was that initially after the installation, after starting up MySQL.exe in order to create a database, add a user etc., for

RE: [PHP-WIN] Are there free IDEs for PHP?

2007-12-10 Thread Bill Bolte
I've been usind PDT/Eclipse: http://www.eclipse.org/pdt/ It's pretty good... Bill -Original Message- From: Andre Junianto [mailto:[EMAIL PROTECTED] Sent: Sunday, December 09, 2007 11:14 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Are there free IDEs for PHP? Hi all, Are there

[PHP-WIN] Re: Are there free IDEs for PHP?

2007-12-10 Thread Geoff Lane
On Monday, December 10, 2007, 5:13:30 AM, Andre wrote: > Are there free-license IDEs to develop and debugging PHP codes? > What is the best among those IDEs? --- I quite like PHP Code Pro (http://www.phpide.de/) It gives me similar functionality to what Visual Studio gives me for ASP. HTH, --

RE: [PHP-WIN] Can't get MySQL extensions to load

2007-12-10 Thread Patrick Farley
I figured this one out late last night. For as many times as I've set up PHP on IIS I've never seen this or had to go through these. I noticed on the phpinfo page that the loaded php.ini file was from C:\Windows. Confused I did a search of that directory to see why there would be a file there.

Re: [PHP-WIN] Can't get MySQL extensions to load

2007-12-10 Thread James Crow
Run phpinfo again and see if the mysql extension shows as loaded. You should see a section in the output from phpinfo about mysql. If you do not see that section than the mysql extension is not loaded. If the mysql extension shows that it is loading then it may be something with the mysql server.

[PHP-WIN] Re: Are there free IDEs for PHP?

2007-12-10 Thread zerof
Andre Junianto escreveu: Hi all, Are there free-license IDEs to develop and debugging PHP codes? What is the best among those IDEs? T.I.A Andre. http://www.google.com.br/search?q=Free+IDE+PHP http://www.freeprogrammingresources.com/phpide.html -- zerof http://www.educar.pro.br/ Apache - PHP