Hey guys.. hopefully you can shed some light on this problem...
I have a basic script:
echo "hello world";
which works fine on the website when called... BUT... if I then use a session start it hangs the loading and the page never loads.... eg:
session_start();
echo "hello world";
the above simply will not load. I've done the phpinfo, and the session data is:
Session Support = enabled
Registered save handlers = files user
I've never come across this problem in my years of coding!! Can anyone help me out on this?
thanks,
Matt.