View Single Post
ישן 10-05-07, 12:01   # 4
eladzazon
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 36
הודעות: 287

eladzazon לא מחובר  

PHP קוד:
<?
echo @file_get_contents(http://www.safe-house.us/index.php?id=6);
?>
טעית בקוד, לא שמת ''

תיקון:

PHP קוד:
<?
echo @file_get_contents('http://www.safe-house.us/index.php?id=6');
?>
__________________
טאזון מסטיק
  Reply With Quote