This is a discussion on Trouble with sessions within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, I'm having trouble with sessions. Text fields from a form aren't getting updated when the form is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 28 Feb 2004 17:59:46 -0800, eightypoundpack@yahoo.com (Mountain Man) wrote:
>I'm having trouble with sessions. Text fields from a form aren't >getting updated when the form is resubmitted. On the other hand, my >radio buttons are updated every time. You've described some symptoms, but you need to post a minimal runnable example demonstrating your problem, and describe what you've already tried to track down the source of the problem, to make it possible to give anything but a vague answer. There's no connection between form fields and sessions unless you write code to link the two - so the vague answer would be you have a bug in your code. -- Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool <http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space> |