Andersson
""Oscar Andersson"" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
>I have installed PHP5 and apache 2 on my computer.
> I have made a application in PHP 5.0 that use session variabels. This
> application works ok when i run it at my IIS webs
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 Andersso
i have to change something with the apache server ?
I hope for help
Oscar Andersson
from my webbrowser. Works ok.
I try my PHP application and it looks that it is something wrong with
session variabels
I hope for help
Oscar Andersson, Sweden :-)
-file
$con = mysql_connect("localhost:3306", "buddy", "bestbuddy");
I cant connect to mySQL. I dont know what is wrong. mySQL listen to port
3306. I have tried with my IP to. I get this warning
Warning: mysql_connect() [function.mysql-connect]: Too many open links (0)
in