View Single Post
ישן 20-03-08, 12:13   # 2
GalN
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Nov 2006
הודעות: 144

GalN לא מחובר  

PHP קוד:
<?php
$file 
"sample.txt";
$show file_get_contents($file);
?>
<html>
<head>
<title>Bla</title>
</head>
<body>
<textarea rows="21" cols="41"><? echo $show ?></textarea>
</body>
</html>
תהנה
  Reply With Quote