View Single Post
ישן 01-10-06, 15:24   # 10
RS324
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 3,173

RS324 לא מחובר  

ציטוט:
נכתב במקור על ידי opsite
בשעה טובה.... ברוךהשם..


PHP קוד:
<?php
"
class skin
{
    function offsystem($why) {
        global $lang;
        return 'EOF';
        
<table width=75% class=border><th>{$lang['systemoff']}</th>
        <tr><td>{$why}</td></tr></table>

        EOF;
    }

    function viewcats($id,$name,$content) {
        global $lang;
        return 'EOF';

     <table width=100% class=border><th><a href=viewnews.php?id={$id}>{$name}</a></th>
        <tr><td height=75 valign=top>{$content}</td></tr></table><br>

        EOF;
    }

    function num($num) {
        global $lang;
        return 'EOF';

  <table width=50%><th>{$lang['thereare']} {$num} {$lang['categories']}</th></table>


        EOF;
    }
}
"
?>
אתה יכול להסביר למה לעזאזל התחלת וסיימת את העמוד עם " ?
מה הקשר של זה לפה ?
  Reply With Quote