Hey everyone,
I've been trying to include a file define_main_page.php
by using an include('gallery.php')
or
$define_page = "http://ericschuppe.com/test/test/includes/languages/english/html_includes/gallery.html";
include ('$define_page');
Any idea on why this isn't working?
Thank you.




