View Single Post
ישן 27-11-06, 19:15   # 13
DCB
חבר על
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 966

DCB לא מחובר  

PHP קוד:
$text "some text... bla bla bla...";
echo 
$text or die("Error"); 
ואם אתה רוצה לבדוק משהוא

PHP קוד:
$text1 "bla bla";
$text $text1."some text... bla bla bla...";
if(
$text == "what ever")
   echo 
$text or die("Error"); 
  Reply With Quote