have any one, a trick to make some things like sessions (php4) on php3??
wizards! ligth me ;0)
I used to use PHPLIB. The sessions in that worked fine with mysql used for storing the session variables.
Hope this helps
Paul
session_start(); session_register("session_name");
session_start and session_regsiter was added in Php4 wasn't it ?