Learned about this cool command today:
rawurlencode()
So I did:
'includes/descriptions/'.rawurlencode($category['categories_name']).'.php';
and now my file names have to look like this:
3%22Inch%20Box.php
BUT... guess what... IT WORKS PERFECTLY!!!!!!
Pete