When I use this php code:
It doesn't work for linking pages: http://site.com/main.php?file=name
When I use the code in the page (template), it doesn't work when I use that link code....what's wrong?
| Code: |
|
<?php include($file . ".php"); ?> |
It doesn't work for linking pages: http://site.com/main.php?file=name
When I use the code in the page (template), it doesn't work when I use that link code....what's wrong?
