Please tell me how to get USD Data Rate only from this code?
(.*)/Ui',$data,$matches); $title = $matches[1]; foreach ($title as $value) { echo $value. ""; }
Asked
Active
Viewed 45 times