filmov
tv
PHP and MySQL: how to store time and compare time

Показать описание
Time is a little complicated variable: month-day-year Hour-minute-second
MySQL data type:datetime
PHP function: date('Y-m-d H:i:s')
To compare time, it is better to convert it to UNIX time
In PHP mktime, MYSQL UNIX_TIMESTAMP for UNIX time
Example:
CREATE TABLE members (
`member_id` mediumint(8) unsigned NOT NULL,
`dept_type` tinyint(4) NOT NULL default '0',
`edu_type` tinyint(4) NOT NULL default '0',
`modify_date` datetime default '0000-00-00 00:00:00',
PRIMARY KEY (`member_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Compare time
More about this video:
MySQL data type:datetime
PHP function: date('Y-m-d H:i:s')
To compare time, it is better to convert it to UNIX time
In PHP mktime, MYSQL UNIX_TIMESTAMP for UNIX time
Example:
CREATE TABLE members (
`member_id` mediumint(8) unsigned NOT NULL,
`dept_type` tinyint(4) NOT NULL default '0',
`edu_type` tinyint(4) NOT NULL default '0',
`modify_date` datetime default '0000-00-00 00:00:00',
PRIMARY KEY (`member_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Compare time
More about this video:
16 | Create a Database in MySQL PHP Tutorial | 2023 | Learn PHP Full Course for Beginners
PHP With MySQL Tutorial For Beginners | PHP And MySQL Database Tutorial | PHP Tutorial | Simplilearn
Connect to MySQL with PHP in XAMPP / Create a new database
PHP and MySQL with CRUD Operations: Create, Read, Update, Delete
PHP & MySQL Tutorial | Learn PHP From Scratch | Full Tutorial
PHP Connect to MySQL Database | 2 Methods
How to Connect HTML Form with MySQL Database using PHP
How to connect PHP with MySQL Database | Step by Step Guide | Geekboots
Billing System in PHP and MySQL #php
Really Simple CRUD Operations Tutorial with PHP and MySQL
PHP Tutorial (& MySQL) #26 - Getting Data From a Database
How to Connect PHP File to MySQL Database using phpMyAdmin | CRUD Operations
PHP Tutorial (& MySQL) #23 - MySQL Introduction
Save HTML Form Data to a MySQL Database using PHP
Signup and Login with PHP and MySQL
Creating a database using xampp control panel. #xampp #database #sql #mysql #php
php interview question top 50 #php #laravel #linux #apache
PHP Tutorial (& MySQL) #7 - Arrays
PHP and MySQL How to connect #HTML #login form to #PHP and #MySQL Part 2
❗𝐆𝐑𝐀𝐓𝐈𝐒❗Sistema de venta básico - PHP- MYSQL
How to Run PHP Projects with MySQL: Database Setup Tutorial - CodeAstro
Connect Your HTML Form to MySQL with PHP: Step-by-Step Tutorial
Creating Dynamic Web Pages Using PHP and MySQL | Part 1 | Coding the Front-end
A quoi servent le PHP et MYSQL ? [ITWB04]
Комментарии