Re: [PHP-INSTALL] PHP 5 Configuration

2006-02-04 Thread php
Hi Roger. I'm using php/mysql/apache under Linux, but most of this should also apply to Windows as well. It sounds like mysql server is up and running, as you are connecting to it OK, using the mysql client. Try using the phpinfo() function. This will return ALOT of usefull system information

Re: [PHP-INSTALL] PHP 5 Configuration

2006-02-04 Thread Roger Dickinson
Howdy, Ok, I figured it out. I was looking at the output of the phpinfo() function again, and I noticed that its looking for the php.ini file in the system root directory (C:\WinNT) not the php install directory (C:\php). Everything is cool now. :) __

[PHP-INSTALL] Begginer's Questions...

2006-02-04 Thread Harry Baya
I gather there is an archive for this listServ. How do I get to it? I will explore on my own. The question I joined this listServ to ask is below. Please let me know if it should be posted in a different list: I have installed PHP and Apache to run locally on my Windows XP machine. It wor

Re: [PHP-INSTALL] Begginer's Questions...

2006-02-04 Thread Brad Kowalczyk
Harry Baya wrote: I gather there is an archive for this listServ. How do I get to it? I will explore on my own. The question I joined this listServ to ask is below. Please let me know if it should be posted in a different list: I have installed PHP and Apache to run locally on my Windows

Re: [PHP-INSTALL] Begginer's Questions...

2006-02-04 Thread php
I think you will find that \n works when using the CLI version of php. i.e. the command-line version fom the shell. The html-embedded version requires you to use < br/>, as this is what is recognised as a line feed in html. HTH Keith In theory, theory and practice are the same; In practice