How to retrieve images from one file and place them in another file?
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hey all ;)
I took on an already made script for image gallery..goal is to have images uploaded within home page form a gallery for the user( think of FB..each member has their own pic gallery created from what was uploaded either on the dash or profile page). Again I want to make sure the images uploaed from the dropdown button not only shows up underneath on the home page but on image gallery page.
Thank ya :)
File upload code from Home page:
```Upload Photo/Text
Words: <?php echo $comment;?>
```
Code from gallery page
```[ ](<?php echo $image_path; ?>)