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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:26:07+00:00 2026-06-12T12:26:07+00:00

Im getting the following error: Error: You have an error in your SQL syntax;

  • 0

Im getting the following error: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘country FROM countries WHERE idcountry=4 VALUES (”,’Almelo’)’ at line 1

Thanks in advance for helping me with this problem because im trying to fix it for 3 days now.

Im getting 2 data pieces from my form through $POST. This is the form:

form action="inc/add/addcity.php" method="post">
Select country: 
$query="SELECT idcountry,country FROM countries ORDER BY country ASC";
$result = mysql_query ($query);
echo "<select name='countrybox' id='countrybox' value=''>Country</option>";
while($nt=mysql_fetch_array($result)){
echo "<option value=$nt[idcountry]>$nt[country]</option>";}
echo "</select>";<br>

City to add: <input type="text" name="addcity" id="addcity"/>
<input type="submit" name="sumit" value"sumit"/>
</form>    

The option value’s are coming from my database
Now the action php file

include 'addmysql.php';
$data = $_POST;
$citypost = $data['addcity'];
$cityselected = $data['countrybox'];
$cityselected1 = "SELECT country FROM countries WHERE idcountry=$cityselected";
$citytable = "cities";
$citytable .= "$cityselected1";
$sql= "INSERT INTO $citytable VALUES ('','$citypost')";

if (!mysql_query($sql))
  {
  die('Error: ' . mysql_error());
  } 
echo "<script type='text/javascript'>window.location='../../add.php'; </script>"
  • 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-12T12:26:08+00:00Added an answer on June 12, 2026 at 12:26 pm

    I think this line:

    $citytable .= "$cityselected1";
    

    is causing grief. $citytable ends up with the SELECT query sandwiched inside of the INSERT. That is the reason for the specific error you’re seeing.

    However, I’m not sure I fully understand what you want this code to do.

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

Sidebar

Related Questions

I keep getting the following error: You have an error in your SQL syntax;
I am getting following exception with my code You have an error in your
I am getting an SQl syntax error when running the following query and can
I am getting the following from the mysql_error(): You have an error in your
I keep getting the following error message ERROR 1064 (42000): You have an error
I have done simple java app for blackberry, while building am getting following error.
I have no idea why I'm getting this following error: Control cannot fall through
I have downloaded a web project from CodePlex and am getting the following error
I have the following code however am getting the error Uncaught TypeError: Object #<addThis>
Hi I'm getting the error while executing following code in MySQL : BEGIN DECLARE

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.