how do i upload a picture path into the databae and display it out ??? pls help me. .
when uploading it you are presumably storing them in a predefined folder and therefore simply store the path relative to the root in the db with the file name or alternatively if they are all in a single location then there is only a need to store the filename as the path will be the same in all cases.
so you need to insert into db pictdure path or actually upload a picture via a form ?
Leave a Reply
You must be logged in to post a comment.