Hello there,
Is there any way to have global includes in cgi's?
In php, I can enter include include/myincfile.php and it
load it so I can have global functions (e.g. site_header(),
site_footer(), etc ) and variables and it will load it as part of the page.
I'm redesigning a website on someone else's server that doesn't
provide a database so I have to use text files and I'd like
to have global variables and subs pointing to files and directories.
Without having to hard code directory locations into my cgi's.
Any suggestions would be greatly appreciated.
Thanx in advance,
Layton