Jump to content

is this for the PHP forum ?


otuatail

Recommended Posts

I have a database table that stores user login date/time the field is `Setup` varchar(10) default NULL,

and takes the php time();

 

the line of php is this

$date = date('d-m-Y H:i:s' , $row['Setup']);

 

ERROR is

Warning: date() expects parameter 2 to be long, string given in /home/fhlinux190/d/des-otoole.co.uk/user/htdocs/lowther/admin/users.php on line 44

 

This has woked for years, but my host has been tweeking it to be less frendly to error trapping.

 

 

Desmond.

 

Link to comment
https://forums.phpfreaks.com/topic/110188-is-this-for-the-php-forum/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.