Set this variable eqaul to your POST value for URL title and it will automatically add hyphens where spaces are found.
$urltitle = preg_replace('/[^A-Za-z0-9-]+/', '-', $urltitle);
Set this variable eqaul to your POST value for URL title and it will automatically add hyphens where spaces are found.
$urltitle = preg_replace('/[^A-Za-z0-9-]+/', '-', $urltitle);