Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
tim wrote:I've been messing with it for 3+ years and i'm just beginning to learn sessions.
Way too many commands/functions to learn. You'll always come across a command line that u didnt know about that makes the method u use to do things much simpler.
Haha, exactly. I have yet to even experiment with cookies, and barely anything in regular expressions. php.net/FUNCTION_NAME is a life saver...
But the trial and error processes will take MONTHS and no matter how long you are coding, and how good you get, you will continue to make mistakes and learn from them.
tim wrote:I've been messing with it for 3+ years and i'm just beginning to learn sessions.
Way too many commands/functions to learn. You'll always come across a command line that u didnt know about that makes the method u use to do things much simpler.
Haha, exactly. I have yet to even experiment with cookies, and barely anything in regular expressions. php.net/FUNCTION_NAME is a life saver...
If only I could remember date() formats! bah!
Lol! Opposite here, i used cookies instead of sessions. I find the combo of the two awesome n powerful. as for regular expressions, thanks for the help here on this board (especially to redmonkey, the RegEx Master) as well as several tutorials, I think i'm fluent in it now.