View previous topic :: View next topic |
Author |
Message |
Rukawa -
Joined: 30 Jun 2003 Posts: 1
|
Posted: Mon Jun 30, 2003 11:36 am Post subject: SSI Variables as parameters for SSI include statement |
|
|
With the Apache webserver you can use SSI variables as parameters in an SSI include statement. That is, you can write:
<!--#include virtual="makemenu.php?$QUERY_STRING"-->
And then the makemenu.php script will be executed with the same paramters as was given to the current page. This is very convenient for processing forms in shtml pages.
Does the Abyss Web Server have a similar feature?
/Rukawa |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jul 03, 2003 12:35 pm Post subject: Re: SSI Variables as parameters for SSI include statement |
|
|
Rukawa wrote: | With the Apache webserver you can use SSI variables as parameters in an SSI include statement. That is, you can write:
<!--#include virtual="makemenu.php?$QUERY_STRING"-->
And then the makemenu.php script will be executed with the same paramters as was given to the current page. This is very convenient for processing forms in shtml pages.
Does the Abyss Web Server have a similar feature?
/Rukawa |
The feature you're asking for is an extension of SSI commands and behaviors made by Apache group. It is not yet supported by Abyss Web Server. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|