Search found 5 matches
- Thu Dec 20, 2007 2:38 pm
- Forum: PHP - Code
- Topic: Set a request value on a link
- Replies: 2
- Views: 431
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...
- Tue Dec 18, 2007 10:34 am
- Forum: PHP - Code
- Topic: Session Variables being trashed
- Replies: 4
- Views: 775
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...
- Tue Dec 18, 2007 10:19 am
- Forum: PHP - Code
- Topic: Session lost issue
- Replies: 3
- Views: 684
How should they be started?
How should they be started? session_start()?
I am having a similar issue...
I am having a similar issue...
- Mon Dec 17, 2007 3:17 pm
- Forum: PHP - Code
- Topic: Session Variables being trashed
- Replies: 4
- Views: 775
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?
There are no other pages or code that is passed through.
Does this help clarify my confusion?
- Thu Dec 13, 2007 12:55 pm
- Forum: PHP - Code
- Topic: Session Variables being trashed
- Replies: 4
- Views: 775
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...