I need this asp code: strUsername = Request.Cookies("Snitz00User")("Name") to be converted to php. I don't know how to request cookies in php and after googling for a couple of hours I am still dumbfounded. Please help me. I want to set: $blab_name = Request.Cookies("Snitz00User")("Name") So I need whatever is after the = sign converted to PHP and call those cookie attributes. Thank you.
Edit: Almost forgot the semicolon at the end of the line. Gotta love PHP and its line terminators.
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com)