Jump to content

BigGrecian

New Members
  • Posts

    4
  • Joined

  • Last visited

BigGrecian's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. array(2) { ["ENROLLER"]=> string(205) "ADMIN=3&SCHOOL=0&STUDENTID=119&ATSCHOOL=1&EXAMINER=1&INSTRUCTORID=35&INSTRUCTOR=1&SSIRNAME=Doe&SNAME=John&DURATION=30 Mins&[email protected]&CUSTOMERID=0&CAATESTFEE=1&VISASENT=1&TSAR=1" ["ASPSESSIONIDACBQQTAC"]=> string(24) "DCBLNLMAIJGJPIPJAHLHAJID" } In ASP you can pull the sub COOKIE such as ENROLLER and SSIRNAME or ENROLLER and SNAME.
  2. You need to use the $to = '[email protected]';
  3. I have used <?php echo $_COOKIE["ENROLLER"]["SNAME"]?> like ASP would pull them but that doesn't work. <?php echo $_COOKIE["ENROLLER"]?> returns all ENROLLER cookies with & between them. I just want the ENROLLER:SNAME cookie.
  4. Hello all, Really dumb questions. I am recoding a site to PHP and the cookies are set in asp on another page as ("ENROLLER")("COOKIE") In ASP I would <%Request.cookies("ENROLLER")("COOKIE")%> How do I get the specific COOKIE as above in php?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.