Because i want something like this:
(There is more pages, 1,2,3,4,5....)
When in administration panel upload new image, then that uploaded image get ID and automatic show on index.php (homepage)
Its like a some text blog, just with a image if you know what I mean
Im newbie in PHP and im working on mini project, image blog
So, I created all, but now only problems is inserting image into database then with image ID showing in index.php (homepage)
Something like this for image showing
<img src="image.php?id=<?php echo $row['image_id']; ?>" title="myimage">
I dont know how to do that, if someone can give me some way, i'm tried all what I know but did not successful
(Btw. I have upload script, only problem in that script is inserting in db)
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.