mr_mind Posted November 28, 2008 Share Posted November 28, 2008 Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 29 in /path/to/file.php on line 47 Line 46: $ext_search = '/<table class="bidhistory">(.?*)<\/table>/'; Line 47: preg_match($ext_search,$ext_html,$ext_matches); Quote Link to comment Share on other sites More sharing options...
rhodesa Posted November 28, 2008 Share Posted November 28, 2008 that is an invalid regex...are you trying to do a non-greedy catch-all? (.*?) Quote Link to comment Share on other sites More sharing options...
mr_mind Posted November 28, 2008 Author Share Posted November 28, 2008 ah thats right, typos will be the end of me, fixed Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.