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 8138419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T11:29:15+00:00 2026-06-06T11:29:15+00:00

<html> <body> <?php include ‘./includes/connect_db.php’ // connecting to mysql server ?> <?php include ‘./includes/select_db.php’

  • 0
<html>
<body>
<?php include './includes/connect_db.php' // connecting to mysql server  ?>   
<?php include './includes/select_db.php' //  selecting database ?>
<?php
    $username=$_POST["username"];
    $password=$_POST["pass"];
    $email=$_POST["email"];             
$sql="insert into table 'users' values ('$username','$password','$email')";
if(mysql_query($sql,$connect))
{
    echo "query executed";
}
else
{
    echo "query did not run ".mysql_error();
} ?>

<?php include './includes/close_db.php' ; //closing connection ?>

the table consists of 4 fields, (id,username,password,email).
“id” is the primary key and auto incremented.
everything is working fine except the query and php is not diplaying what error is in query despite display_error is ON is .ini file.

  • 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-06-06T11:29:17+00:00Added an answer on June 6, 2026 at 11:29 am

    couple of problems there.. Firstly, you dont need to start and close the php interpreter so many times (using php open and close tags for your includes).. just open it once.

    You haven’t defined connect – and I’d recommend keeping it outside of your if statement. From what I can see there, it won’t connect where it is anyway.. but I can’t see how you’ve defined it.

    Set up your db connection first, and then change your $sql to read;

    $sql="INSERT INTO 'users' 
    values ('{$username}','{$password}','{$email}')";
    

    That should then work fine for you.

    Best of luck with it!

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

Sidebar

Related Questions

<?php session_start(); // store session data $_SESSION['count']=0; ?> <html><head></head> <body> <?php include (getElement.php); echo
<?php include 'simple_html_dom.php'; $url = 'http://en.wikipedia.org/wiki/Myst'; $html = file_get_html($url); echo $html->find('body'); ?> This has
Given: Url - http://www.contoso.com/search.php?q= {param} returns: -html- --body- {...} ---div id='foo'- ----div id='page1'/- ----div
For example… This PHP code <?php echo '<html>'; echo '<body>'; echo '<h1>Header One</h1>'; echo
Here is my code html> <head></head> <body> <?php $dir = 'folder/'; $files = scandir($dir);
Here is my code <html> <body> <?php echo <b>Hello World</b> <br />; ?> </body>
132 a:4:{s:8:template;a:1:{s:10:index.html;b:1;}s:9:timestamp;i:1256373019;s:7:expires;i:1256373079;s:13:cache_serials;a:0:{}}<body> php<br > java<br > c++<br > </body> Can someone explain this part:
i have a script like this : <html> <body> <?php require("wrongFile.php"); echo "Hello World!";
how do i style the html contents inside a php include file, using css?
<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN> <?php include('db_connection.php'); error_reporting(E_ALL); session_start(); ?> <html> <head>

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.