Jump to content

I am just learning and have a question


Solarone

Recommended Posts

At the moment I have <input type="hidden" name="iput-time1" value="2021-06-21 01:00"> and the time gets put in the script by

$IpTime= $_POST['iput-time1'];

So how can I get the time that I would put in <td>01:00</td> and do away with the hidden input bit.

I have no idea even if I explained that right

Link to comment
Share on other sites

You're correct  The explanation is confusing.

But if you're trying to $_POST a specific time, you don't even need to bother with hiding it in HTML.

Just create it as a variable in your PHP and insert it from there.

There is A LOT of information of dates and time and their notations on the web.  (The PHP manual and W3 sites are popular.)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.