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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:41:37+00:00 2026-05-22T20:41:37+00:00

Is it faster to use the mysql query: SELECT CURDATE() as today or the

  • 0

Is it faster to use the mysql query:

SELECT CURDATE() as today

or the PHP statement:

$curdate = date('Y-m-d');

Does the same answer apply to using date() VS MySQL’s NOW() and CURTIME()?

  • 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-22T20:41:38+00:00Added an answer on May 22, 2026 at 8:41 pm

    If you’re simply doing the query to get a date into a PHP script, then use the PHP function. In both cases, PHP and MySQL will call the system clock, mangle that time value into the formatted string, and return it. The MySQL version will have the added overhead of query parsing/compiling, and the roundtrip from PHP->MySQL->PHP. And if you’re talking to MySQL via TCP socket, you’ve got added overhead of building/sending/receiving a TCP connection and packets.

    On the other hand, if you’re using that data value within a query, you’d be better off keeping it within MySQL. For instance, by random chance, you may start a script immediately before midnight, so that PHP generates “May 24/2011 23:59:59.999” for its timestamp, but the query doesn’t execute in MySQL until “May 25/2011 00:00:00.001”, so now the dates don’t match.

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

Sidebar

Related Questions

I know I can change the way MySQL executes a query by using the
I have two queries that are basically the same: OLD TRANSACTIONS QUERY SELECT t.payment_method,
I use the following code to select popular news entries (by date) from the
Is it any faster to use myString.replace(/foo/g,bar) rather than myString.split(foo).join(bar) for long strings in
in my attempt to learn a bit faster the use of spring and hibernate
I currently use: BufferedReader input = new BufferedReader(new FileReader(filename)); Is there a faster way?
Recently I started to use Eclipse's java compiler, because it is significantly faster than
In ASP.NET MVC3 projects, is it faster, more secure, to use Entity Framework (with
which one is faster select * from parents p inner join children c on
Ok so I've a SQL query here: SELECT a.id,... FROM article AS a WHERE

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.