darylcarpo
New Member
- Messages
- 21
- Reaction score
- 0
- Points
- 0
Help here guys. Need help in my php... It says "Cannot use string offset as an array in..."
Actually that is part of the script in line 313...
PHP:
$[0]k=date("l M d, Y h:i A",$items[$x]['timestamp']+$oss+18000)." GMT".$osh;
$minute=floor((double)$items[$x]['duration']/60);
$second=fmod((double)$items[$x]['duration'],60);