<?php $spare = explode('-', '60-5000',2); print_r($spare); echo("No problems until now\n"); echo("=====================\n"); $parts = explode('-', '600', 2); echo("This is where the notice is generated:\n"); echo($parts[1]);
You have javascript disabled. You will not be able to edit any code.