header('Content-type: text/html; charset=utf-8'); echo $options = file_get_contents('options.txt'); if(!file_exists('options.txt')) { echo "file not exists"; } preg_match_all('/([^>]*)<\/option>/', $options, $matches); die(''.print_r($matches, true).'');
'.print_r($matches, true).'
No comments:
Post a Comment