Re: MySQL & PHP

2003-01-20 Thread Ryan McDougall
Hey everyone, Thank you all for your quick responses and the problem was that I did not have mysql support installed for php... installed the required rpm and did a httpd restart and it wrks now!! Thanx again, Ryan __ Do you Yahoo!? Yahoo! Mail Pl

Re: MySQL & PHP

2003-01-18 Thread Doug Brucks
I had trouble with php and mysql until I changed two settings in the /etc/php.ini. The first wouldn't apply to the snippet you showed but might help others: ; Allow the tags are recognized. short_open_tag = On The second might help: ; You should do your best to write your scripts so that the

Re: MySQL & PHP

2003-01-18 Thread HakanTerzioglu
e" <[EMAIL PROTECTED]> Sent: Saturday, January 18, 2003 6:13 PM Subject: MySQL & PHP | hello all, | | I'm posting on 2 lists because I'm not sure were the problem is, so I'm hoping | that some one can help me out. | | I'm running a stock RH8 machine running amongst

Re: MySQL & PHP

2003-01-18 Thread William H. Du Chene
Yahoo's main page via my server lame. Hope that this Helps. Will - Original Message - From: "Ryan McDougall" <[EMAIL PROTECTED]> To: "mysql" <[EMAIL PROTECTED]> Cc: "RedHat 8.0 Psyche" <[EMAIL PROTECTED]> Sent: Saturday, Jan

Re: MySQL & PHP

2003-01-18 Thread Ade Olonoh
Have you installed the php-mysql package? It should be on one of the RH8 CDs. You can run "php -m" to show the list of PHP modules you have on your system, and mysql should be on that list. --Ade. On Sat, 2003-01-18 at 11:13, Ryan McDougall wrote: > hello all, > > I'm posting on 2 lists bec

MySQL & PHP

2003-01-18 Thread Ryan McDougall
hello all, I'm posting on 2 lists because I'm not sure were the problem is, so I'm hoping that some one can help me out. I'm running a stock RH8 machine running amongst other things MySQL 3.23.52-3, Apache 2.0, PHP 4.2.2-8.0.5 When I try a simple php script that is this (sensitive information cha