How to search after string in PHP -
i have problem logic php search. have tried as can still not found answer. problem want search date arrive "sun, may 31, 2015" , depart "tue, june 09, 2015" text below.
example
"2 guests arrive sun, may 31, 2015 depart tue, june 09, 2015 view itinerary"
could give me example , better explanation or link view more detail?
thank in advance
visit link. find date in string: function find date in string using regular expression
also can use preg_match
function.
Comments
Post a Comment