Frequently Asked Questions: script questions: nl genericpages
Below are all the frequently asked questions added to the site. Please read through them before asking a question in the forums!
Latest
-
1
I can’t get the variables to show up in the file I included it in. What can I do?
Check if you are using a full URL to the file in the include (something like http://www.yourdomain.com/folder/file.php). If that’s the case, try changing it to either a relative url:
include '../file.php';
or to the absolute path:
include '/home/yoursite/public_html/requirements.php';
That should solve any problems.
May 21, 2004 |
By Sasha |
Filed under FAQ, NL-GenericPages, Scripts