
November 5th, 2012, 10:04 PM
|
 |
Contributing User
|
|
Join Date: Nov 2012
Posts: 98
Time spent in forums: 1 Day 2 h 20 m 38 sec
Reputation Power: 1
|
|
PHP-General - Handling images using PHP With MySQL
Hi,
I'm nervous about completing my clients web-application, a mysql database and administrative user interface to manage that database - where all changes would be directly apparent on the public web-site; because I have no idea how to handle images in mysql and php, you can see why I'm nervous.
I've done some research and I think I should store the images on the web server, and put the link to them in the database within its respective row.
However, I have no idea how to generate the proper file names, paths, and the user "Browse for files on computed" upload function.
Does anybody have any pointers to get me started - I'm fairly novice in the implementation of the php and mysql code, maybe intermediate in my understanding of computers and programming.
|