View Single Post
Old January 9th, 2008, 04:30 PM   #34 (permalink)
imported_Allen
Junior Member
Verified Customer
 
Join Date: Jul 2005
Posts: 2
@ Zacharia

This is what I have:

$imginfo['truename'] = $filename;
$filename = urldecode($filename);
$filename = preg_replace("/[^a-z_.0-9-]/i", '', $filename);
imported_Allen is offline   Reply With Quote