I'm in need of a coder that is able to complete a small job for me. It's based around the preg_match function. PM me for more details.
if(preg_match("/job/",$job,$available) { echo "I can do the ".$available[1]." job"; } Code (markup): gyp ... first of all you're missing ")" in first line :] Second thing, if you wan't to show that you understand preg_match, and what to do the task, you should write code like: if(preg_match("/available/",$job)) { echo "I can do the job"; } Code (markup): Last thing, I'm also interested.
Thanks everyone, I have now found someone who has sorted it. Thanks again, much appreciated! (Awesome reply gyp!)