View Single Post
Old 04-27-2007, 10:16 PM   #13 (permalink)
daniel0012
Inactive
 
Join Date: 11-07-06
Location: Springfield
Posts: 111
iTrader: 0 / 0%
daniel0012 is on the right pathdaniel0012 is on the right path
Send a message via AIM to daniel0012 Send a message via MSN to daniel0012 Send a message via Yahoo to daniel0012
I did and it still shows the same errors.

Code:
$file = preg_replace ('/[^a-zA-Z0-9\._-]/', '', $_POST['file']); $file = '../'.'events/'.$file;
Is that code correct?
daniel0012 is offline   Reply With Quote