hi "how are you" and "talk to you later"
would start at the first quote before how and end at later.
im using
Code: Select all
$tlf = ""(.*)"";thanks in advanced.
Moderator: General Moderators
Code: Select all
$tlf = ""(.*)"";Code: Select all
preg_replace('#"(.*?)"#',........)