nats_smarty_rebuild_query
Removes arguments to the query used to generate the current page. A relative hyperlink to the new query page is printed or assigned to a variable.
Alias: rebuild_query
Parameters
(Required parameters in bold)
Parameter
|
Description
|
Possible Values
|
Default Value
|
Example
|
without
|
Removes arguments from the query.
|
Any argument used in the current query. You may pass a list of arguments separated by commas.
|
None. Removes no arguments.
|
without="myvar"
|
using
|
How to send the query to the NATS server.
|
GET, POST, or REQUEST.
|
REQUEST
|
using="POST"
|
Output
By default, the new query string.
Notes
None.
See Also