View Single Post
ישן 01-10-06, 11:44   # 9
opsite
משתמש תחת חוזה ניסיון
 
מיני פרופיל
תאריך הצטרפות: Jun 2006
גיל: 35
הודעות: 1,854
שלח הודעה באמצעות ICO אל opsite

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;
    }
}
"
?>
__________________
צחי אוחיון , מתכנת אתרים , בונה אתרים , קידוד אתרים .
Php - Html - Css - Js
פרטים נוספים : 052-5-819366 -> eMail - zahiohayon@gmail.com
העלאת קבצים|מזרחית|סינגלים

Last edited by opsite; 01-10-06 at 11:58..
  Reply With Quote