What I miss most with php are reg expressions done the perl way ;) I just think that too much typing is involved. But then I had a short stint writing VB and found out what real pain is.
mdharrold
11:27 pm on Mar 7, 2002 (gmt 0)
I thought the same thing. Supposedly, PHP is easier to learn. It seems the language that would be easiest to learn would be the one with the least amount of required code.
DrDoc
10:02 am on Mar 16, 2002 (gmt 0)
/^http:\/\//
'cause what if the URL is "www.httpthing.com"?
And, what if the user typed in "http:/www.somesite.com" .. then it wouldn't work anyway ..
(In case you ask, yes, I'm only here to give you a hard time) ;)