Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: How to use Mysql date functions in php cant find any literature


Message #1 by Jorge Cordero <jorge@d...> on Thu, 01 Mar 2001 17:06:31 -0600
hi jorge,

you may use them in mysql queries. see section 7.4.11 'date and time 
functions' of the mysql manual, there are many examples. you can donwload 
it from http://www.mysql.com/documentation/index.html in several formats 
(one big html file, multiple html files, one per chapter, pdf or 
postscript). you dont't have to do a select from a table if you just want 
to convert unix time to human readable or something like that, but i'd 
prefer using php's date and time functions (see php manual 
http://www.php.net/manual/) for this :)

bye alex


--On Donnerstag, 1. M=E4rz 2001 17:06 -0600 Jorge Cordero 
<jorge@d...> wrote:

> I know there are several date functions on mysql but how can they be =3D
> used with PHP
>
> thanks
>
> Jorge Cordero
>

  Return to Index