[PHP] Unique yet Eerie

2003-09-01 Thread Mohamed S.
I'm have a strange problem. I've encoutered a few before, but nothing like this: New machine with php4.2.2 on RedHat with Apache2.0 All my forms use POST method. But I noticed that some scripts when i submit the form, i get wierd data. For example: say i have then what i will get for $example

[PHP] Sessions Sessions. Lovely Sessions.

2002-10-26 Thread Mohamed S.
Ok. I've had to wrestle with some peculiar issues with my sessions... 1) If at any point, I give my session a name different than the default using session_name('XYZ'), my session won't be created. Is there a limit to the number of characters a session name can have? Capitalization? ANYTHING? 2)