Search found 5 matches

by gestes
Thu Dec 20, 2007 2:38 pm
Forum: PHP - Code
Topic: Set a request value on a link
Replies: 2
Views: 433

Set a request value on a link

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I am havi...
by gestes
Tue Dec 18, 2007 10:34 am
Forum: PHP - Code
Topic: Session Variables being trashed
Replies: 4
Views: 776

Here is some sample code...

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I have si...
by gestes
Tue Dec 18, 2007 10:19 am
Forum: PHP - Code
Topic: Session lost issue
Replies: 3
Views: 686

How should they be started?

How should they be started? session_start()?

I am having a similar issue...
by gestes
Mon Dec 17, 2007 3:17 pm
Forum: PHP - Code
Topic: Session Variables being trashed
Replies: 4
Views: 776

It happens w/ not "other" code...

I can show the form with a listing of counties, then select a link to the same page from the menu, and on the 3rd or 4th time, the $_SESSION value will be empty.

There are no other pages or code that is passed through.

Does this help clarify my confusion?
by gestes
Thu Dec 13, 2007 12:55 pm
Forum: PHP - Code
Topic: Session Variables being trashed
Replies: 4
Views: 776

Session Variables being trashed

In my app, the user selects a state from a map. Selecting that state takes you to the first PHP page with the request var of "state" being passed in. I set the $_SESSION['state'] = "georgia" (for instance), then every page from that point forward, uses the state as part of the SQ...