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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:36:52+00:00 2026-06-04T11:36:52+00:00

I have a function with a query in it that needs to save the

  • 0

I have a function with a query in it that needs to save the current date to the MySQL DB,
however, when I place “CURDATE()” in my query none of the inputted date from the form will save to the DB at all. I am pretty sure I haven’t got my syntax quite right.

Here’s the function with the query to save everything to the DB

    function insert_campaign($userID, $campaign_name,$date_created) {
    $campaign_name = $this->real_escape_string($campaign_name);      
       $this->query("INSERT INTO campaigns (userid, campaign_name,date_created)" .
            " VALUES (" . $userID . ", '" . $campaign_name . "', CURDATE()");
}

Any ideas what’s going wrong here?

  • 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-04T11:36:54+00:00Added an answer on June 4, 2026 at 11:36 am

    change this line

     $this->query("INSERT INTO campaigns (userid, campaign_name,date_created)" .
                " VALUES (" . $userID . ", '" . $campaign_name . "', CURDATE()");
    

    to

     $this->query("INSERT INTO campaigns (userid, campaign_name,date_created)" .
                " VALUES (" . $userID . ", '" . $campaign_name . "', CURDATE())");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this php script that generate an sql query. However, it needs a
I have a MySQL query that needs to change depending on what parameters are
I have defined a function in my Navigation model that executes a query, and
I have a query regarding the directory returned from Path.GetTempPath() function. It returns C:\Documents
I have a MySQL database table that has a VARCHAR field storing a date
I have a function which needs to execute a query based on the query
I have a query that needs to return a scalar value if the item
Here is the issue I am having: I have a large query that needs
I have a MS SQL Query that is pulling data via from a remote
I have a python function that scrapes some data from a few different websites

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.