merci beaucoup otomatic
il march très bien
I've already found a solution on zend site but it gave me still a little problem, yours seems to be surely better
At the moment I can only work in local
thanks again
marco Forum: WampServer Francais
Excusez moi but I don't speak french
I've got a problem with session function
I've always used session_register with PHP4, but now with WAMP (PHP5) the variables I pass from a page to another one are not visible
Ex.
$color="red";
session_register("color"
print "<a href='page2.php'>click here </a>";
and in page2.php
session_register("color"
pr Forum: WampServer Francais