View Single Post
  #5  
Old 04-17-2006, 05:32 PM
GottaDiesel's Avatar
GottaDiesel GottaDiesel is offline
Banned
 
Join Date: Sep 2003
Location: New Jersey
Posts: 1,561
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
Reply With Quote