Hi,<br><br>the &quot;request_get_query_string()&quot; returns the GET data and the POST data. But this function will be return only the GET data like in PHP.<br><br>You can test this example :<br>====================================<br>

&lt;%<br>io_printf(out,&quot;QUERY_STRING : %s&quot;,request_get_query_string(request));<br>%&gt;&lt;br&gt;&lt;br&gt;<br>&lt;form method=&quot;post&quot; action=&quot;?varget1=gt1&quot;&gt;<br>&lt;input type=&quot;text&quot; name=&quot;varpost1&quot; value=&quot;pt1&quot; /&gt;<br>

&lt;input type=&quot;submit&quot; value=&quot;Send&quot;/&gt;<br>&lt;/form&gt;<br>====================================<br><br>In this example, request_get_query_string() returns &quot;varget1=gt1&amp;varpost1=pt1&quot;.<br>

<br><div class="gmail_quote">2009/5/26 thomas fossati <span dir="ltr">&lt;<a href="mailto:tho@koanlogic.com">tho@koanlogic.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi Mickael,<div class="im"><br>
<br>
On May 26, 2009, at 9:39 AM, Mickael Auger wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
do you have a function to get raw data (without header) to print directly ?<br>
</blockquote>
<br>
<br></div>
take a look at the request_get_*() functions family, perhaps something like the following could suit your need:<br>
<br>
        io_printf(out, &quot;%s - %s&quot;, request_get_uri(request), request_get_query_string(request));<div><div></div><div class="h5"><br>
<br>
ciao, t.<br>
<br>
_______________________________________________<br>
Klone-users mailing list<br>
<a href="mailto:Klone-users@koanlogic.com" target="_blank">Klone-users@koanlogic.com</a><br>
<a href="http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users" target="_blank">http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Mickaël AUGER<br><br>