Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Community Discussions (All other subjects)
 ASP to PHP Help ( 1 line of code )
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

weeweeslap
Senior Member

USA
1077 Posts

Posted - 27 December 2007 :  20:23:12  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
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.

coaster crazy

muzishun
Senior Member

United States
1079 Posts

Posted - 27 December 2007 :  21:37:48  Show Profile  Visit muzishun's Homepage
Here's what you need:

$blab_name = $_COOKIE['Snitz00User']['Name'];

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)

Edited by - muzishun on 27 December 2007 21:38:29
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 27 December 2007 :  21:44:26  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
thanks, just tested it and it returns the letter P for me, though it should return my screen name lol. Thanks muzishun!

coaster crazy
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07