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

  • Home
  • SEARCH
  • 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 460987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T22:55:45+00:00 2026-05-12T22:55:45+00:00

$db_user=root; $db_host=localhost; $db_password=root; $db_name = fayer; $conn = mysqli_connect($db_host,$db_user,$db_password,$db_name) or die (couldn’t connect to

  • 0
$db_user="root";
$db_host="localhost";
$db_password="root";
$db_name = "fayer";
$conn = mysqli_connect($db_host,$db_user,$db_password,$db_name) or die ("couldn't connect to server");

// perform query
$query = 'SELECT * FROM posts';
$result = mysqli_query($conn, $query) or die ("Couldn't execute query.");

// use returned data
while($row = mysqli_fetch_assoc($result))
{
    echo $row['title'];
}

I get in the browser: “mysql problem”.

Help!


UPDATE

I have echoed the query. It shows SELECT * FROM posts and when I query manually it gets the rows.

I think it has something to do with mysqli. I think i should use mysql. Do u think I have incompatibility problems with mysqli?


i have echoed it. it shows SELECT * FROM posts. and when i query manually it gets the rows.

i think it has something to do with mysqli. i think i should use mysql. do u think i have incompatibility problems with mysqli?

  • 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-12T22:55:45+00:00Added an answer on May 12, 2026 at 10:55 pm

    You have empty WHERE clause. Remove it or add a search condition.

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

Sidebar

Related Questions

Our DB server fell, and we need to restore some of it's DB's. We
I have an Interbase DB. How can I convert it to SQL Server?
A DB Audit Trail captures the User Last Modified, Modified Date, and Created Date.
What is the exact SQL to assign db_datareader and db_datawriter roles to a user
I have following situation: I have loged user, standard authentication with DB table $authAdapter
Sybase db tables do not have a concept of self updating row numbers. However
The db I am querying from is returning some null values. How do I
By looking at our DB's error log, we found that there was a constant
My Access 2000 DB causes me problems - sometimes (haven't pinpointed the cause) the
I'm writing some DB routines and I'm using prepared statements. My environment is PDO

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.