473,609 Members | 2,296 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP form won't save date to database

97 New Member
I'm trying to get a form submission to automatically save the date when submitted, but I suspect that one of my variables is not right.

There are these two variables:

Expand|Select|Wrap|Line Numbers
  1. $timestamp = $_POST['date'];
  2. $current_date = date('j/M/y', $timestamp);
  3.  
Then I'm inserting it like so:

Expand|Select|Wrap|Line Numbers
  1. if(isset($_POST['submit'])){
  2.     $query = "INSERT INTO news (`headline`, `body`, `image`, `date`) 
  3.     VALUES ('$headline', '$body', '$image', $current_date);";
  4.     $result = $mysqli->query($query);
  5. }
  6.  
I'm wondering if the $current_date variable is my problem and how to fix it.
Jun 11 '15 #1
6 1507
computerfox
276 Contributor
You don't have single quotes around the $current_date in the query.
Might I also suggest that you

Expand|Select|Wrap|Line Numbers
  1. alter table news modify column date timestamp default now();
  2.  
The date will then be automatic and you can remove that value from the query.
Also, you should never use that as a column name because there is a HIGH risk of MySQL being confused. Standard is last_updated_da te.

Edit:
I see that you're actually getting the date from the form. Try using the single quotes around the variable and also I highly recommend changing the column name. You can call it news_date or something. I'm leaving the above post for future documentation.
Jun 11 '15 #2
Dormilich
8,658 Recognized Expert Moderator Expert
note: your code indicates that your date field is a (VAR)CHAR type, which is the worst choice you could make because you cannot do sensible date calculations in SQL.
Jun 12 '15 #3
computerfox
276 Contributor
Dorm, that's not necessarily true. He could be formatting the date a certain way or he's paranoid that the date won't be displayed correctly. That could also be how the code he copy/pasted was built which is one of the main reasons a developer should build their stuff from scratch. And even if it was in varchar or char, he could still do date manipulation, but it would require a conversion which would be an extra step. We really can't assume since we don't have the database schema.
Jun 13 '15 #4
tdrsam
97 New Member
I just checked the Db structure and it's actually 'timestamp'.
Jun 14 '15 #5
Dormilich
8,658 Recognized Expert Moderator Expert
then $current_date = date('j/M/y', $timestamp); should not give you a correct value.
Jun 15 '15 #6
tdrsam
97 New Member
That's (probably) correct. But, I removed the date from the insert completely. So, it's automatic like the id now.
Jun 15 '15 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
3490
by: eduardoben | last post by:
I use a tableadapter with the sql string = select * fom table where field=? I load the desired record in a form and populate textboxes but after i modify them when i use tableadapter.update it wont save the changes to the database i get the error "There is no valid update command" any ideas? Thanks
8
1850
by: Mark12345 | last post by:
Hi folks, thanks for looking. I have a database that takes down order details. Each customer has there own priceid in the price table. the errors that I get say enter parameter value for: products.unit price Unit Price Discount Price Maybe a bit of history would help with this, the user said originally that they wanted to be able to give customers a discount on every line of stock. Then realised after completion that this is no good...
12
3499
by: Birky | last post by:
How can I stop a form from updating the database when a user closes the form? I have a form which is used for referencing, additions, and modifications but every time the form is closed with no modifications the entry which is being displayed is then stored in the database causing duplicates. My hope is to only allow additions and or modifications if they select the proper command button. If they just close the form I would like nothing stored...
1
1394
by: madhavarao | last post by:
capture form to save into JPEG format in windows application uisng C#.net. But i want to save full form instead of active window. Thanks in advance
10
2545
by: Gilles Ganault | last post by:
Hello Out of curiosity, is there a smarter, easier way to read data sent by a form, and save them into a database? I have about 20 fields, and it'd be easier if I could just use a loop to go through an array and generate the SQL query in a couple of lines: ====== //If 'id' set -update; Otherwise -insert if($_POST)
6
1216
by: Chege | last post by:
I know this question had been asked before but i never got a solution. I have form bounded to a table, i would Not like this form to save any blanks. If i type something on text box than change my mind and erase. When i close the form it should not add any blank records in an underlying table. How can this be achieved through VBA or Macro..any way? Please give me an example code or Macro. My form is frm123. My table is tbl123 with...
2
2216
by: tqa89 | last post by:
Hi, When user input the date,I want to save it to database. But I'm not sure about the date format,whether I should change the format? I'm using getter and setter method to save to database.I'm using db2 This is my code. DateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy"); Date startDate=user.getDate_from(); dateFormat.format(startDate); user.setDate_to(startDate);
10
36139
by: tajuddin | last post by:
I wanted to have a Command Button on a form to save a record & then ask to open a new record. I am new to access. I have MDFID on a form with primary key. Thanks Seth, To be frank, I wanted the save button to do the following: 1. Check if any fields are left blank.
0
8126
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8065
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8563
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8524
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8210
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6990
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6052
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5507
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
1656
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.