Page 1 of 1

PHP/MySQL connection

Posted: Wed Jul 03, 2002 7:23 pm
by jhan
Hi, everybody,

I am new to PHP and MySQL. Recently, I installed Redhat 7.3, and tried to use PHP to connect MySQL, but I failed. PHP works well with Apache, and MySQL works fine itself. Also, I tried to remove PHP installed with Redhat 7.3 by using rpm -e php and install it by myself, but I failed because dependence checking error. Can somebody help me about this?

Thanks.

jhan

Posted: Thu Jul 04, 2002 1:59 am
by twigletmac
If PHP works and MySQL works, then there's no reason why they can't work together. What does the code look like that you tried to make the connection with?

Mac