There is a good intro to the whole XMLHttpRequest ("Ajax") process on
Webmonkey right now:
http://webmonkey.wired.com/webmonkey/05/16/index4a.html
Good for those of us slower on the uptake...
jason sweeney
jason.designshift.com
Chris W. Parker wrote:
Jeremiah Johnson <mailto:[EM
Give this a shot:
^[0-9]{2,3}\.[0-9]$
Returns regex that begins with 2-3 digits, followed by a period, and
ends with one digit.
jason sweeney
jason.designshift.com
[EMAIL PROTECTED] wrote:
Hi All,
I've sucessfully got a JavaScript validating some text boxes to make
sure that only nu
Borrowed with great reverence from http://ca3.php.net/function.mail:
$regex = '^[_a-z0-9-]+(\.[_a-z0-9-]+)[EMAIL PROTECTED](\.[a-z0-9-]{2,})+$';
if (eregi($regex, $email))
return true;
else
return false;
jason sweeney
jason.designshift.com
JM wrote:
Does anyone have a nice ema
Jack Jackson wrote:
Has anyone else noticed significant delays in messages getting posted?
No, no delay on my end.
So... any word on the release date for PHP 3?
--
jason sweeney
jason.designshift.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
4 matches
Mail list logo