It starts here ...
http://counter.funyon.com/autocounter/signup/signup.phps
    then goes to here ...
    http://counter.funyon.com/autocounter/signup/Signup1.phps
    or here... (both included from the signup page)
    http://counter.funyon.com/autocounter/signup/admin.phps
        included in admin is:
        http://counter.funyon.com/autocounter/include/getcounters.phps
    which makes links to:
http://counter.funyon.com/autocounter/signup/editcounter.phps

There you go, I hope that I can get some insight ;)
Mike



----- Original Message -----
From: "Lee" <[EMAIL PROTECTED]>
To: "Mike" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 3:59 PM
Subject: Re: [PHP] CANT GET STUFF TO WORK


> I am new to PHP & Sessions myself.
>
> But I think $_SESSION['varname'] may be what you are looking for.
>
> e.g. $_SESSION['count'] = 2;
>
> Regards
>
> Lee.
> ----- Original Message -----
> From: "Mike" <[EMAIL PROTECTED]>
> To: "Jay Blanchard" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Tuesday, July 09, 2002 8:37 PM
> Subject: Re: [PHP] CANT GET STUFF TO WORK
>
>
> > I have read that, I am still confused, I have made it so that the
> > session_start is at the top of all the pages, and I can't get some of
the
> > variables out of the script (i.e. I set a variable with
> > session_register('user')) and on the next page I could not get the user
> > variable out of the session on the next page.. does that help out?
> > Thank You,
> > Mike
> >
> > ----- Original Message -----
> > From: "Jay Blanchard" <[EMAIL PROTECTED]>
> > To: "'Mike'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > Sent: Tuesday, July 09, 2002 3:25 PM
> > Subject: RE: [PHP] CANT GET STUFF TO WORK
> >
> >
> > > http://www.php.net/manual/en/ref.session.php
> > >
> > > Start there, and then when you can tell us what the more specific
> problems
> > > are with your sessions we will be able to help.
> > >
> > > Jay
> > >
> > > -----Original Message-----
> > > From: Mike [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, July 09, 2002 2:20 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP] CANT GET STUFF TO WORK
> > >
> > >
> > > Hello, I am wondering if you could help me... I can't seem to figure
out
> > how
> > > to get sessions working.
> > > Thank You,
> > > Mike
> > >
> > >
> > >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to