In my directory i have these files:
JBBsongs.html, JBB.php, ArrangeJBB.html, Follow.html and follow.php
I know I can delete a specific file using unlink
<?php
unlink('test.html');
?>
But how can I delete specific files that contains "JBB" on their names?