View Single Post
ישן 04-09-07, 16:07   # 14
HighA
מתאורר / יצא בחוץ
 
מיני פרופיל
תאריך הצטרפות: Nov 2005
גיל: 33
הודעות: 833

HighA לא מחובר  

תבדוק
ותיקון של הקוד שלי
PHP קוד:
<?php 
$title
="http://hosts.co.il";  
$title=file_get_contents($title);  
$title=explode("<title>"$title); 
$title=explode("</title>"$title[1]); 
$title=$title[0]; 
?>
  Reply With Quote