How can I send unsorted paramters by html form

Author Message

Fox Mulder

Wednesday 12 September 2007 4:27:19 am

Hello all,

How can i sen unsorted parameters by using html form in template?
i want ot reach this adres www.sitename.com/(parameter)/value by using html form.

Example
<FORM action="????????????" method="post">

<input type="text" name="parameter" size="25" value="Enter your value here ">
<INPUT type="submit" value="Send">

</FORM>
I want the value ot the input text field to be send like unosrted parameter.
I don't know what i have to put in form's action.

Plesa help,
10x all

Olivier Ouin

Thursday 13 September 2007 9:24:50 am

I think the purpose of POST method is just to avoid having parameters sent from a page to another through the URL...

But if you absolutly need to do something like that, the only way I see would be to write a little module that will catch your post variables, and redirect to an URL builded with it.
In this case your form action should be your module's URL.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 18:22:13
Script start
Timing: Jan 18 2025 18:22:13
Module start 'layout'
Timing: Jan 18 2025 18:22:13
Module start 'content'
Timing: Jan 18 2025 18:22:14
Module end 'content'
Timing: Jan 18 2025 18:22:14
Script end

Main resources:

Total runtime0.8039 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.1797152.6406
Module start 'layout' 0.00530.0025 741.820339.4766
Module start 'content' 0.00780.7948 781.2969464.4688
Module end 'content' 0.80260.0013 1,245.76568.1250
Script end 0.8039  1,253.8906 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.4067160.0002
Check MTime0.00130.1604160.0001
Mysql Total
Database connection0.00090.115210.0009
Mysqli_queries0.764195.0511540.0142
Looping result0.00050.0595520.0000
Template Total0.770695.920.3853
Template load0.00170.216120.0009
Template processing0.768895.632520.3844
Template load and register function0.00020.027010.0002
states
state_id_array0.00130.159510.0013
state_identifier_array0.00080.103320.0004
Override
Cache load0.00140.1795190.0001
Sytem overhead
Fetch class attribute can translate value0.00070.085120.0003
Fetch class attribute name0.00080.100020.0004
XML
Image XML parsing0.00020.028720.0001
class_abstraction
Instantiating content class attribute0.00000.000720.0000
General
dbfile0.00060.0794100.0001
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs