Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6581477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:09:28+00:00 2026-05-25T16:09:28+00:00

I am trying to use mysqli in object orientated way, this is the code:

  • 0

I am trying to use mysqli in object orientated way, this is the code:

class conect {
   function populate( ) {
         while ($row = $this->result->fetch_object()) { $this->data[] = $row; }
       $this->result->close();
   }
   function conect( ) {
     $mysqli = new mysqli('localhost', 'root', 'root', 'todo');  
        if (mysqli_connect_errno()) {
           printf("Connect failed: %s\n", mysqli_connect_error());
           exit();
           };
   }
   function register($name, $email, $password ) {
     $mysqli->query("INSERT INTO user (name, email, password) 
        VALUES ('$name', '$email', '$password')");
   }
 }

The register function is the problem, if I add that query in the conect() function it does work, but as it id does not work,no error is displayed

I have been trying to learn object orientated php and mysqli. I have managed to use the above style to create a dynamic portfolio, but this is the first time I tried to write to DB so I dont know whats the problem

Hope you can help

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:09:29+00:00Added an answer on May 25, 2026 at 4:09 pm

    you don’t display any errors, so, no wonder there are no errors displayed.

    $sql = "INSERT INTO user (name, email, password) VALUES ('$name', '$email', '$password')";
    if (!$mysqli->query($sql)) {
        trigger_error($mysqli->error);
    }
    

    but, to let you know, your code has nothing to do with mysqli and oop anyway.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use this MySQL query: SET @a:=0; UPDATE tbl SET sortId=@a:=@a+1
I am trying to use jQuery with MYSQL and I wrote something like this
I'm trying to develop a system using MySQL and PHP. I'm using mysqli* function
I'm trying to use polymorphic_on on a python class with several inheritances: engine =
while ($row = mysql_fetch_object($result)) { $data[] = $row; echo <div id='captionbox' style='width: 110px;float:left;color:#FFF;text-align:center;'>; echo
I am trying to use mysql NOW() function when I insert a record with
I currently trying to use an Object Relational Mapper for CodeIgniter and I'm experiencing
I'm trying to learn to use PDO instead of MySQLi for database access and
I have a class that holds a mysqli instance (this to avoid spreading database
I'm trying to use a database class (ADOdb for PHP) but I don't know

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.