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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:35:32+00:00 2026-05-30T22:35:32+00:00

Not sure what my problem is. On line 4 I keep getting an error.

  • 0

Not sure what my problem is. On line 4 I keep getting an error.

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE,
expecting T_STRING or T_VARIABLE or T_NUM_STRING

Im assuming its not line 4 but could be. Am I missing something or did I just goof?

    $id = $_GET['id'];

        $query = "UPDATE todo_item2
                  SET todo = $_POST['i'], 
                      percent = $_POST['p'], 
                      due_date = $date
                  WHERE todo_id = :id";

        $query2 = "UPDATE todo_category2
                  SET category = $_POST['c']
                  WHERE todo_id = :id";

    $id = $_GET['id'];

    $statement1 = $db->prepare($query);
    $statement1 -> execute(array(
        'id' =>$id,
    ));

    $statement2 = $db->prepare($query2);
    $statement2 -> execute(array(
        'id' =>$id,
    ));
  • 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-30T22:35:33+00:00Added an answer on May 30, 2026 at 10:35 pm

    Array elements with quoted keys need to use the curly syntax to parse correctly: http://www.php.net/manual/en/language.types.string.php#language.types.string.parsing

    The following code should work:

        $query = "UPDATE todo_item2
                  SET todo = {$_POST['i']}, 
                      percent = {$_POST['p']}, 
                      due_date = $date
                  WHERE todo_id = :id";
    
        $query2 = "UPDATE todo_category2
                  SET category = {$_POST['c']}
                  WHERE todo_id = :id";
    

    Anyway, considering security, it is a terrible idea to use $_POST array elements directly inside your SQL query!

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

Sidebar

Related Questions

I am not sure what the problem is but I keep receiving this error
I'm not sure what the problem is here, I've inherited some code form Zend
The tags might not be accurate since I am not sure where the problem
we're having this toshiba barcode printer. I'm not sure whether this problem is hardware
Not sure what could be the problem. I'm dumping data from an array $theArray
Not sure the title fully describes the problem/question I'm trying to ask, sorry. One
I'm not sure how to describe this problem, so I think an example is
I'm not sure if this a settings problem or an HTML problem, but on
i'm not sure how to solve the following problem: i have a triangle with
Uhm I'm not sure if anyone has encountered this problem a brief description is

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.