Posted by dr_phill123 on 05/14/07 20:20
The following code gives this warning, any suggestions? Warning: preg_match(): Compilation failed: nothing to repeat at offset 0 in test.php on line 6 ========================= $match = '* Hello World'; $test = '* Hello'; if ( preg_match ( "/$match/", $test ) ) echo "Matched";
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming