Forum Moderators: coopster
If I access the file in the browser as:
example.php?id=10&w=10&h=10
it works.
But accessing it with:
example.php?id=10&w=10&h=10
doesn't work.
Any ideas?
include_once($_SERVER["DOCUMENT_ROOT"]."/example.php?id=10&w=10&h=10");
giving me this error:
include_once() [<a href='function.include'>function.include</a>]: Failed opening '/home/site/public_html/example.php?id=10&w=10&h=10' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')