orrect? Any help is greatly appreciated.
Thank you,
Batch
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am trying to write a small piece of code that looks for repeating digits
or symbols...such as $$, %%, 99
Here is what I have come up with...although I dont think this is the
complete Regex.
$pass = "test99ing";
if (preg_match("/[^a-zA-Z]{2,}/",$pass, $match)){
echo("You cant have repeating sy
Hey all,
I was just curious if anyone knows how or even if PHP4 can make a CICS call
to a mainframe system. I need to grab some data from a mainframe realtime.
Thanks in advance.
Batch
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo