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
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
>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
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"
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
and nothing about which versions of php or Myself.
Shadow
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