i am using php4.0.0 in win95 and pws4.0.
session not working why????
i did
<?php
session_start()
session_register("username");
?>
and pws can't execute this php file .. tries to exeute very very slow and contunues to be slow. what's the problem?.
Paras