View Single Post
ישן 30-04-06, 19:40   # 3
Diego
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 117

Diego לא מחובר  

ציטוט:
נכתב במקור על ידי LosNir
PHP קוד:
$Sowhat file_get_contents(bla.txt); 
לא פועל...
נותן שגיאה:
קוד:
Warning: file_get_contents(0txt): failed to open stream: No such file or directory in /home/***/domains/****/public_html/***/***.php on line 2
השורה שהוא אומר:
קוד:
$** = file_get_contents(on-off.txt);
  Reply With Quote