[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"