|
I'll give your tut a go (the way you have it, compared to how the code I'm using has it is a bit different..it's the only reason I shyed away, but I see learning from another source is to my benefit) the reason I brought sessions up is because I'm learning from a ready made script that seems to have a good session handler in place, but appears rather flimsy when it comes to pagination. The only thing holding member related pages together from searches,etc. are links with "session_id()" included to maintain the session. I'm still a noob and may be hindering my growth in PHP with such holes in my knowledge base tackling making a membership site without primers/or a basic foundation, but for some reason I can only get a working knowledge of PHP when all the features on a site I'd like to run are right in front of my face in code form.
I've learned alot but I see my being unable to grasp the use of globals and several other fundamentals because I'm not learning PHP from A-Z is showing. I could continue on with mimicry and what I've learned in conjunction with it to accomplish my goal, but I'm uncertain that the code I'm learning from is even a secure reference now (based on the bit I read on sessions from the PHP 5 Power Progamming book).
|