הרשם שאלות ותשובות רשימת חברים לוח שנה חיפוש הודעות מהיום סמן פורומים כנקראו

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 13-08-06, 12:30   # 1
Elad-A
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 1,987

Elad-A לא מחובר  

ניסתי לעשות ככה:
PHP קוד:
class db

var 
$db

function 
connect($host$username$password$db_name){ 

    
$this->db mysql_connect($host,$username,$password
        or die(
"שגיאה"); 
     
    
mysql_select_db($db_name,$this->db
    or die(
"שגיאה"); 
     
    } 
function 
query($query)
    {
        
$res mysql_query("blabla");
    return 
$res;
    }
function 
fetch_rows() 
    { 
global 
$res;
        return 
mysql_fetch_array($res); 
    } 
function 
num_rows() 
    { 
global 
$res;
        return 
mysql_num_rows($res); 
    }

}  

$db = new db;  
$db->connect("localhost","root","","ea2");
$db->query("select * from ibf_thanks");
$db->fetch_rows();
$db->num_rows();
while(
$row $db->fetch_rows()) 
{
@
$ida$row['user_id'];
@
$namea $row['user_name'];
@
$datea $row['thank_date'];
echo <<<END
, <a href="index.php?showuser=$ida">$namea</a>
END;

זה השגיאה..
PHP קוד:
Warningmysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:program fileseasyphp1-8wwwtestindex.php on line 52

Warning
mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:program fileseasyphp1-8wwwtestindex.php on line 57

Warning
mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:program fileseasyphp1-8wwwtestindex.php on line 52 
  Reply With Quote
ישן 13-08-06, 12:44   # 2
amirs_5
הוסטסניון
 
amirs_5's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: ת"א
גיל: 34
הודעות: 2,168
שלח הודעה באמצעות ICO אל amirs_5 Send a message via Skype™ to amirs_5

amirs_5 לא מחובר  

שניה עורך טעות..

עריכה :
HTML קוד:
function query($query) 
    { 
global $res;
        $res = mysql_query("blabla"); 
    return $res; 
    }
צריך גם בפונקציה הזאתי להכיר אותו כ global.
__________________
אימיל \ מסן : amirs91 [at] gmail.com

Last edited by amirs_5; 13-08-06 at 12:46..
  Reply With Quote
השב

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 

כלים לאשכול
תצורת הצגה

חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 11:01.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ