[PHP-INSTALL] Re: [PHP] MySQL connector installation/upgrade problems

2007-10-23 Thread Martin Marques
David Zentgraf escribió: Hi, I'm trying to upgrade a server running CentOS 3 to an up-to-date MySQL 5 installation + PHP4. I installed the MySQL 5 package, server and client, via RPMs and they work fine, the client tells me it's version 5.0.45. I went on to recompile PHP 4.4.7 --with-mysql, b

[PHP-INSTALL] Re: PHP, mySQL, Apache and Windows XP Pro

2005-06-17 Thread Oscar Andersson
If i change it to Welcome it works. PHP is enabled. or u could try this PHP It works. I dident know that you have to do some changes in the php.ini file. I did set session.auto_start = 1 ; Initialize session on request startup. session.auto_start = 1 Oscar Andersso

Re: [PHP-INSTALL] Re: PHP, mySQL, Apache and Windows XP Pro

2005-06-17 Thread Seth Russell
>From what you describe it sounds like php is not enabled in your apache. For example, If I run the following php page $_SESSION['kundnummer'] = "nummer";$_SESSION['kundnamn'] = "name";?>< body>

Welcome h3>body> If php is not enabled, the output in the browser is ju


[PHP-INSTALL] Re: PHP, mySQL, Apache and Windows XP Pro

2005-06-17 Thread Oscar Andersson
No i dont get any errors. When i loggin to my webshop a save the name in two session variables First the customer number $_SESSION['kundnummer'] = $kundnummer; Second the customers name $_SESSION['kundnamn'] = $namn; Then i print this in a page with Welcome Oscar Andersson ""Oscar Andersson"

[PHP-INSTALL] Re: PHP/MYSQL

2005-05-28 Thread Rick Seiden
Thanks goes out to Michael W. who asked the obvious question: "Have you tried to see if mysql is working?" Well, I hadn't. I just assumed since I didn't see the mysql section of the phpinfo output, that it wouldn't. When I installed phpmyadmin, it worked beautifully. When I reloaded my phpinfo

[PHP-INSTALL] Re: PHP, MySQL and PHPMyAdmin installed on IIS 5.0 install problem.

2003-10-15 Thread Shadow
and nothing about which versions of php or Myself. Shadow

[PHP-INSTALL] Re: php-mysql not installed

2003-09-16 Thread Michael Mauch
Ar wrote: > My os is mandrake 9.1 > > How is the php-mysql extension installed on this platform? > > I have mysql and php installed (as rpm packages). phpinfo() displays the > configure command which does not include --with-mysql. phpinfo said that > the extensions could be installed by doing urp