i have users upload pictures to my website. These script is inside my public_html directory but the photos are loaded to a directory on the same level as public_html
meaning:
- script runs in:
<home path>/public_html/script.php
- photos are uploaded
<home path>/pictures/
i want to create...
i have a pop-up window where users load images.
The first time a user loads an image, the window correctly displays the image. However, when the user uploads another image in the same window (thus replacing the original image), the new image does not get displayed.
i know this is caching...
i'm pretty knew at MySQL. i'm using PHP to access the database.
Here's my problem!:
i have two databases...let's call them DB and REG).
- DB contains ALL my records with a unique ID.
- REG contains ONLY the records who have Registered and can be linked to DB with the ID key.
i want to write...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.