<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Untitled Document</title>
</head>
<body>
<script type="text/javascript" language="javascript">
var Timer_ = null;
var page = unescape(window.location.pathname);
function autoRefresh(secs) {
if (arguments.length == 1) {
if (Timer_) clearTimeout(Timer_);
Timer_ = setTimeout("autoRefresh()", Math.ceil(parseFloat(secs)*100));
} else {
Timer_ = null;
location.reload(true);
window.location.replace(page);
}
}
autoRefresh(60);
</script>
<?php
$h = fopen("123.txt","r");
while (!feof ($h)) {
$content = fgets($h);
echo $content,"<br>";
}
fclose($h);
?>
</body>
</html>
фаил обновляется все супер , как сделать чтобы считать строку до определенного символа то есть если в строке есть допустим набор символов 100р как мне считать информацию до символа р