Hello,
I'm getting 26 errors:
Warning: mktime() expects parameter 6 to be long, string given in /data/17/1/75/92/1727255/user/1864921/htdocs/manage_schedule.php on line ...
Refered to 6 diferent lines.
The mktime() is performed whe modifiying some schedule data, and this is what I see in the code (twice):
$x=date("H:i",mktime(1,15*$i,0,date("m"),date("d"),date("Y")));
The error is showed when coming back to the schedule.
Hope it makes sense for you
I'd like to know what must be in the 6 parameter, and how to note it.
Note: I'm a re-newby. 3 years without scripting in PHP, so be patience, please.
Cheers.
Sergio