$search = eregi("(<select.*(?u)</select>)", $read, $printing);
I am trying to turn on PCRE_UNGREEDY option in my search pattern, but I keep getting an error with the (?u)... How do I turn this option on without disrupting the purpose of my code?
Thanks,
- Jonathan