My webroot:
public_html
|_____mysite
|___image
| |___all images here
|
|___photos
| |___gallery.php
|
|___index.php
|
|___header.php
I have a gallery.php page that INCLUDES header.php page like this <? include("../header.php") ?>
When i run the gallery.php page the images are not showing at all.
Can somebody please help me.
public_html
|_____mysite
|___image
| |___all images here
|
|___photos
| |___gallery.php
|
|___index.php
|
|___header.php
I have a gallery.php page that INCLUDES header.php page like this <? include("../header.php") ?>
When i run the gallery.php page the images are not showing at all.
Can somebody please help me.