Hello Everyone,

I am using the following regex to retrieve text between two <div> tags. 

$trans_text = preg_match(/<div id=result_box dir=ltr>(.+?)</div>/);

However, the parser keeps telling me it expects a ) but found / instead. What 
am I doing wrong? 

Can anyone please help a regex newbie in his quest? lol

Thanks,
Anthony
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to