Search found 4 matches
- Fri Aug 27, 2004 2:23 pm
- Forum: PHP - Code
- Topic: [SOLVED] regex newbie needs help
- Replies: 2
- Views: 295
- Fri Aug 27, 2004 1:30 pm
- Forum: PHP - Code
- Topic: [SOLVED] regex newbie needs help
- Replies: 2
- Views: 295
regex newbie needs help
Hi,
I am a n00b when it comes to regexes, and I need a way to do the following: I have a simple forum and I need a regex to check to see if a particular field contains only whitespace. Can anyone help me out with this? Thanks.
I am a n00b when it comes to regexes, and I need a way to do the following: I have a simple forum and I need a regex to check to see if a particular field contains only whitespace. Can anyone help me out with this? Thanks.
- Thu Aug 19, 2004 12:31 pm
- Forum: PHP - Code
- Topic: session ID problem
- Replies: 4
- Views: 351
- Thu Aug 19, 2004 12:19 pm
- Forum: PHP - Code
- Topic: session ID problem
- Replies: 4
- Views: 351
session ID problem
I am developing a website that uses sessions to keep users logged in. The problem is that, when the user first visits the page, before he/she has logged in, all of my links get "?PHPSESID=whatever" stuck onto them. This goes away once the user has logged on, and then reappears when he/she ...