cURL and Sessions

Posted on 16th Feb 2014 by admin

Ohai.

So, I'm trying to cURL a bunch of things off of a page, and put them into a session. I've added all of the items so they look like $_SESSION['fur'] = ge_item(6814)
Now I just need to figure out how to use them so that I can just echo $_SESSION['fur'] on any page so that it outputs what it's supposed to be (78)?

This is what I have so far:
http://pastebin.com/m6ef72a5b

Thanks,
Bonk

PS I apologize in advance for my ineptitude

Other forums