bajanboost
10-29-2006, 10:33 AM
I built a website that is Database and PHP driven.
However, I must login to phpmyadmin to make database entries and then I must use an FTP program to upload the images.
I find this rather hard and wanted to make a CMS. A custom CMS and I finally decided now is the time to learn to do it.
I read the image upload script posted here: http://www.webdeveloper.com/forum/showthread.php?t=101466
But now, I want to be able to make database entries and upload images from a webpage!
Advice?
p.s. I want images uploaded to relate to certain database entries.
e.g. Database Entry in the Car Table:
Title -> 1998 Toyota Corolla.
Image1 -> Upload Image using ImageUploader by Bokeh, and automatically place the image name within the database so it can be pulled.
(in the above example, Title and Image1 are database fields where image1 is a field used for the image name such as 0399.jpg)
Then I want to upload an image (any image), so that when I check the webpage output, it has 1998 Toyota Corolla, and then the image. Help?
However, I must login to phpmyadmin to make database entries and then I must use an FTP program to upload the images.
I find this rather hard and wanted to make a CMS. A custom CMS and I finally decided now is the time to learn to do it.
I read the image upload script posted here: http://www.webdeveloper.com/forum/showthread.php?t=101466
But now, I want to be able to make database entries and upload images from a webpage!
Advice?
p.s. I want images uploaded to relate to certain database entries.
e.g. Database Entry in the Car Table:
Title -> 1998 Toyota Corolla.
Image1 -> Upload Image using ImageUploader by Bokeh, and automatically place the image name within the database so it can be pulled.
(in the above example, Title and Image1 are database fields where image1 is a field used for the image name such as 0399.jpg)
Then I want to upload an image (any image), so that when I check the webpage output, it has 1998 Toyota Corolla, and then the image. Help?