Advanced PHP programming skills-using Mysql functions

Source: Internet
Author: User
Tags mysql functions
Advanced PHP programming skills-use Mysql functions, read advanced PHP programming skills-use Mysql functions, although PHP provides us with a lot of functions, but some things are not very convenient to process. For example, the date and time functions provided by PHP are very limited. Mysql provides us with many such functions. Can I use Mysql functions to process PHP programs? "> <LINKhref =" http: // Although PHP provides many functions for us, it is still inconvenient to process some functions. For example, the date and time functions provided by PHP are very limited. Mysql provides us with many such functions. Can I use Mysql functions to process PHP programs? I have made the following attempts.
$ Data_time = "23:59:59 ";
$ Connect_id = mysql_connect ('localhost ');
$ Query_id = mysql_query ("SELECT DATE_ADD ('$ data_time', INTERVAL 1 YEAR)", $ connect_id );
$ Data_time = mysql_result ($ query_id, 0 );
Mysql_close ($ connect_id );
Echo $ data_time;
?>

We can also use other functions provided by Mysql during programming.
Of course, you can check the manual for the functions and usage provided by Mysql.
If this is not the case, please correct me!

Author Email: fancao0515@0451.com
Fancao0515@21cn.com


[This article is copyrighted by the author and osuo. if you need to reprint it, please indicate the author and its source]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.