Hi,
I need to add images into the table as well as Record detail in MY SQL Database.
Step by step details.
-
Find images and details from given directories.
-
Create database and stored details as per date wise and also save image details in to the my sql datebase within the date. ( image name and Last modified )
-
Add these detail into html table.
Like below mentioned :
Image Name Last Modified Dropdown button Status
Test.JPG 21/04/2014 11:30 pm Desktop Moved Desktop
Server
Temp
- Also need add tables manually or delete button.
Thanks
In what language? PHP, Java, Ruby?
Have you started to program any of this or are you looking for an existing product that does this?
I am not started. I have an idea want to get result like this.
Okay, so you need to receive a list of images, store them, and then read them back out into a html table.
You’ll likely want to use glob then loop over the array of files it returns.
As you loop over the array, you’ll want to find the last modified date and insert the path and the modified date into MySQL
Lastly, you’ll want to retrieve the records from your database and write them out in a table to the screen.
Yes cpradio,
I also need one of the table for Drop down button. when i click that button files need to move another location.
So do you have any programming experience with PHP? The outline I gave above should be enough to get you started (if you have any experience), if you don’t have any experience and are 1) trying to learn it, or 2) just needing something that does this, then if you are trying to learn, give the above a shot and post some code, I’ll be glad to walk you through any mistakes or issues you encounter, or if it is finding a product that does this, I’ll be glad to search for a few (I know they exist, so you won’t have to develop it from scratch).
Sure Cpradio.
I am always learing. I know basic knowledge about php. I want to create some dashboard. Already i was created login details using PHP.
I will give some code please correct that.
Thanks