Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

mysqli फ़ेच () नहीं ला रहा है

यह काफी मजेदार है कि मैं यहां क्या करने की कोशिश कर रहा था। शायद अधिक काम के कारण।

मैं इस फ़ंक्शन से कुछ भी वापस नहीं कर रहा था, भले ही mysqli fecth सच हो।

इसलिए मैं एक सरणी वापस करने के लिए if($stmt->fetch()){} कथन को संशोधित करता हूं।

if($stmt->fetch()){

        $id =  $this->xss_clean($id);
        $date =  $this->xss_clean($date);
        $name =  $this->xss_clean($name);
        $email =  $this->xss_clean($email);
        $phone =  $this->xss_clean($phone);
        $full_address =  $this->xss_clean($full_address);
        $total_amount_paid =  $this->xss_clean($total_amount_paid);
        $buyers_account_id =  $this->xss_clean($buyers_account_id);
        $sellers_account_id =  $this->xss_clean($sellers_account_id);
        $ad_reference =  $this->xss_clean($ad_reference);
        $transaction_id =  $this->xss_clean($transaction_id);
        $status_by_buyers =  $this->xss_clean($status_by_buyers);
        $status_by_sellers =  $this->xss_clean($status_by_sellers);
        $net_status =  $this->xss_clean($net_status);

        return array(
                $id,
                $date,
                $name,
                $email,
                $phone,
                $full_address,
                $total_amount_paid,
                $buyers_account_id,
                $sellers_account_id,
                $ad_reference,
                $transaction_id,
                $status_by_buyers,
                $status_by_sellers,
                $net_status
                );
    }



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. IOS डिवाइस से POST विधि द्वारा दूरस्थ mysql डेटाबेस में डेटा डालें

  2. किसी दिए गए स्थान के आस-पास के निकटतम स्थानों को कुशलतापूर्वक कैसे खोजें

  3. QoQ निष्पादित करने के बाद वांछित आउटपुट नहीं मिल रहा है

  4. MySQL और SQLite दोनों के लिए अद्वितीय बाधाएं और डालें या अपडेट करें

  5. एक सम्मिलित क्वेरी को पूरा होने में कभी-कभी इतना समय क्यों लगता है?