I have put together this code from one of the tutorials found here http://www.php-mysql-tutorial.com/cms-admin-php-mysql.php and so far have this working; cms-admin.php I need to edit the code to suit my datasbe which has 3 tables 1 table has an image file, which will involve uploading images, how can I add this code to suit? Kindly awaiting suggestions and possible help on code!
Ok I have put together the code successfully from the tutorial link above, but I am stuck with adding image upload option to one of my tables in php. This is what I have done so far but it doesnt seem to be uploading?
Thanks, nice tutorial, But now when i try to upload the file doesnt go inside the folder? It gives me error message when I try to upload - "Could Not Copy, Wrong Filetype" Any suggestions on alter of code here please....
If you can't get anyone to help you, feel free to hit me up on a messenger in about 12 hours (just about to go to bed) and I'll be glad to take a look. I have this bad inability to read large blocks of code unless it's in a notepad window lol.
Thankyou for your genourous offer, I have added you to my msn and have been quietly hoping you could get back to me? Your status has been set to away for the past 2 or so days. Awaiting reply thankyou
Firstly, what is the code of db.inc.php, secondly, when it echos the error message, could you change $_FILES['imagefile']['name'] to $_FILES['imagefile']['type'] and post the results here