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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:26:31+00:00 2026-06-01T13:26:31+00:00

I am creating a registration page in HTML, PHP, and MySQL. I want to

  • 0

I am creating a registration page in HTML, PHP, and MySQL. I want to add a hidden field in the registration to be used as join date.

Is it better to have the hidden field containing the current date and time or assigning a variable the current datetime and using that in the SQL insert statement instead?

Anyways, if the following hidden form field is used, what would the date format be to store the datetime as 2010-07-06 07:55:12?

<input name="joindate" type="hidden" id="joindate"  value="<?php echo date(''); ?>">
  • 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-01T13:26:33+00:00Added an answer on June 1, 2026 at 1:26 pm

    Try

     echo date('Y-m-d g:i:s',time()); //PHP
    

    Our Better MySQL use datetime filed and call `NOW()

     INSERT INTO registration (Name,Date) VALUES ('Jarlsberg Cheese',NOW()) ;
    

    In your SQL Statements

    I hope this helps

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

Sidebar

Related Questions

I have such view that handles user registration. After creating new user i want
I am creating a project in struts2 I have created a Registration.jsp page like
I have a Register page, I used the following Walkthrough: Creating a Web Site
I'm creating a simple registration page: <?php $firstName = $_POST['firstName']; ?> <form action=registration.php method=post
I'm creating a new site for my project. I have made a index.php page
I am creating registration form in JSF and I have field as Active, Inactive
I was given the task of creating a registration page for an upcoming church
I have a web-site based on PHP, to which I would like to add
I'm re-creating a registration for my website using Codeigniter. On my previous page, I
I'm creating a registration form and want to check to see if an email

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.