Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
check cookie enabled in php
Name: rsmith Date: June 12, 2004 at 10:19:50 Pacific OS: Win XP Pro CPU/Ram: P4 3.0 GHz+/512 MB d-DDR4
Comment:
how do I check if the visitor has cookie enabled in php?
Summary: I currently developing a simple voting script written in PHP. it uses a cookie to keep track of if people voted or not, if they have the script shows the result. if not it shows the vote. I just came ...
Summary: *We celebrate SN's first PHP answer* This is a well-documented problem with strtotime() on windows: "Note: The valid range of a timestamp is typically from Fri, 13 Dec 1901 20:45:54 GMT to Tue, 19 Jan...
Summary: hi, I am working in PHP. I just want to establish a connection to oracle database. Say my sid is ='hi32' userid='aaaa' passwd='bbbb'. i tried following script. <?php putenv('ORACLE_SID=hi32'); pu...