|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-11 07:51 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 08:00:01 2025 UTC |
Description: ------------ im having a prob with this function im hoping someone can help me... im getting this error: Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /xxxx/html/modules/Calendar/index.php on line 615 line 615 is: while ((strtotime($eventDate_Array[$usedcount]) <= strtotime("$Date_Array[2]-$Date_Array[0]-$day")) && ($usedcount <= $count)) { by any chance anyone can help me?