[PHP] Anyone have any experience with the EXEC function?

2002-06-14 Thread Batch
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

[PHP] PCRE question

2002-06-13 Thread Batch
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

[PHP] CICS call?

2002-03-22 Thread Batch
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