Guest_imported
New member
- Jan 1, 1970
- 0
Thanks For any help to enlighten my thick skull.
I have a small script (date.cgi) that comes up with the date of every Sunday. Currently it prints a Scalar variable ($url_date)to screen when executed from my browser.
$url_date = 030501.htm
The idea is to use this variable and concantenate a full url address used in another script(getscriptures.cgi)which finally creates an html doc.The [COLOR=ff0000](getscriptures.cgi)[/color] gets this ($url_date) Scalar variable from a configuration file(scripure.cfg)
My problem is how do I call the(date.cgi) to put this Scalar variable ($url_date) into the configuration file[color][#ff0000] (scripure.cfg)[/color] while inside or exiting another cgi named(preview.cgi)
In the begining let us assume there was nothing to begin with. THANX
I have a small script (date.cgi) that comes up with the date of every Sunday. Currently it prints a Scalar variable ($url_date)to screen when executed from my browser.
$url_date = 030501.htm
The idea is to use this variable and concantenate a full url address used in another script(getscriptures.cgi)which finally creates an html doc.The [COLOR=ff0000](getscriptures.cgi)[/color] gets this ($url_date) Scalar variable from a configuration file(scripure.cfg)
My problem is how do I call the(date.cgi) to put this Scalar variable ($url_date) into the configuration file[color][#ff0000] (scripure.cfg)[/color] while inside or exiting another cgi named(preview.cgi)
In the begining let us assume there was nothing to begin with. THANX