[PHP-INSTALL] Please unsubscribe

2005-08-06 Thread Hari Bhanujan
Please unsubscribe me from this list

[PHP-INSTALL] developer list

2004-10-26 Thread Hari Bhanujan
Gurus,   Is there a forum for developer lists..   I am past installing and need help with code..   Hari

RE: [PHP-INSTALL] First install

2004-10-13 Thread Hari Bhanujan
Create a file called   phpinfo(); ?>   Call it from a browser (I take it I.E.) and see if it comes back with all parameters..   If you get all parameters (a page in short) – you should be fine.   Hari   -Original Message- From: anhydro [mailto:[EMAIL PROTECTED] Sent:

RE: [PHP-INSTALL] Persistant Undefined Index Error with php/mysql

2004-07-03 Thread Hari Bhanujan
Instead of straight passing through to the variable, Use a sql statement $s=" Select first_name...from"; $s.=" .."; Once this is done Use an array to store values selected Eg : $firstname='first_name' echo $firstname.. see if this works -Original Message- From: Monique Verrier [mailto:

RE: [PHP-INSTALL] php apache and ldap

2004-04-07 Thread Hari Bhanujan
Can you paste the contents of phpinfo.php..   phpinfo(); ?>     -Original Message- From: Jordi Llorens [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 5:46 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] php apache and ldap   Hello,     I'm trying to ins

RE: [PHP-INSTALL] configure fails while checking for db3 major version

2004-03-17 Thread Hari Bhanujan
{ echo "configure: error: Header contains different version" 1>&2; exit 1; } -- From the looks of it it appears that you can do one of two things Since you want to install PHP with db3, recommend that you install PHP with option --with-db3= Second option would be to remove earlier versions of db3

RE: [PHP-INSTALL] Fedora Core 1 with postgresql

2004-03-17 Thread Hari Bhanujan
:18 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] Fedora Core 1 with postgresql On Friday 12 March 2004 03:00 pm, Hari Bhanujan wrote: > To all: > > I am trying to configure PHP 4.3.3. to work with postgresql. The problem > I am having is that there is an

RE: [PHP-INSTALL] Fedora Core 1 with postgresql

2004-03-12 Thread Hari Bhanujan
Cc: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] Fedora Core 1 with postgresql On Friday 12 March 2004 03:00 pm, Hari Bhanujan wrote: > To all: > > I am trying to configure PHP 4.3.3. to work with postgresql. The problem > I am having is that there is an error while connecting to Pos

RE: [PHP-INSTALL] Fedora Core 1 with postgresql

2004-03-12 Thread Hari Bhanujan
: Friday, March 12, 2004 3:18 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] Fedora Core 1 with postgresql On Friday 12 March 2004 03:00 pm, Hari Bhanujan wrote: > To all: > > I am trying to configure PHP 4.3.3. to work with postgresql. The problem > I am having is t

[PHP-INSTALL] Fedora Core 1 with postgresql

2004-03-12 Thread Hari Bhanujan
To all: I am trying to configure PHP 4.3.3. to work with postgresql. The problem I am having is that there is an error while connecting to Postgresql when trying to use the pg_connect() function in PHP. I am using Fedora core 1 on PIII 512MB RAM box. I installed the OS with the options for Postgre

RE: [PHP-INSTALL] Issues with Redhat 8.0

2004-03-11 Thread Hari Bhanujan
building the latest flavor of PHP, but it has a ton of dependancies, and I'd rather get what I have up and running before I go off an install another version of PHP. Any other ideas? Thanks for your help! -C.M. Hobbs Hari Bhanujan wrote: > What version of apache are you using ? Is it 2

RE: [PHP-INSTALL] Issues with Redhat 8.0

2004-03-10 Thread Hari Bhanujan
What version of apache are you using ? Is it 2.0.. I would recommend that you remove the LoadModule php4since you already are using AddType. As far as phpinfo() is concerned, save that as a .php file in your DocumentRoot and then from a browser call it using http://localhost/filename.php Th

RE: [PHP-INSTALL] Install php5b4 on apache 2.0.48

2004-03-06 Thread Hari Bhanujan
Martin, I had the same problem. Call the script index.php or hello.php Once that is done from your browser type in the following http://localhost/index.php or http://localhost/hello.php You should be able to see the parsed php script.. Regards Hari -Original Message- From: Chris Hewi

RE: [PHP-INSTALL] Installing PHP 5.0 - viewing php script

2004-03-02 Thread Hari Bhanujan
1:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] Installing PHP 5.0 - viewing php script Hari Bhanujan wrote: >I have checked the php.ini file. The option for short_open_tag is set to >on (not that it makes any difference). > >I am installing PHP again

RE: [PHP-INSTALL] Installing PHP 5.0 - viewing php script

2004-03-02 Thread Hari Bhanujan
To: [EMAIL PROTECTED] Subject: RE: [PHP-INSTALL] Installing PHP 5.0 - viewing php script Perhaps it has something to do with "php.ini". Php.ini can determine the basic characterisctic of your php. Mkie --- Hari Bhanujan <[EMAIL PROTECTED]> wrote: > Jaap and all PHP gurus >

RE: [PHP-INSTALL] Installing PHP 5.0 - viewing php script

2004-03-02 Thread Hari Bhanujan
PROTECTED] Sent: Tuesday, March 02, 2004 2:58 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] Installing PHP 5.0 - viewing php script At 2004-03-01 16:07, Hari Bhanujan wrote: >The problem is that when I try to embed php inside of an html file, I can see all the html tags reflecting fine w

[PHP-INSTALL] Installing PHP 5.0 - viewing php script

2004-03-01 Thread Hari Bhanujan
Gurus   I have downloaded the latest version of PHP (version 5.0.0b4) for Fedora core 1. (Linux running on Pentium II -333 MHz) I went and did a straight install - ./configure - make - make install   I did not experience any errors at all during any of these stages. Also, I am run