I've been trying to get a straight answer to this, and no one seems to be able to give me one.
Does the crypt() function in PHP3 work on a windows 98 box?
I get the following error:
Fatal error: Call to unsupported or undefined function crypt() in c:\apache\htdocs/cookietest.html on line 6
I noticed the backslashes change in the URL... is this a problem?
I uncommented out the crypt.dll in my php3.ini file.
Is there aything else I'd have to do (besides switch ti unix??)?
Thanks in advance