
January 25th, 2013, 05:00 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 25
Time spent in forums: 8 h 36 m 44 sec
Reputation Power: 0
|
|
|
Uploading files and creating directory from stored database value
hi guys,
Im having trouble with this one, i want to upload files to a cirtain location and then in the location create a directory based on a database value. i cant seem to get the code to work though, any help?
PHP Code:
$path1= "upload/('echo $row[2]')".$HTTP_POST_FILES['ufile']['name'][0];
|