Hi,<br><br>the "request_get_query_string()" 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>
<%<br>io_printf(out,"QUERY_STRING : %s",request_get_query_string(request));<br>%><br><br><br><form method="post" action="?varget1=gt1"><br><input type="text" name="varpost1" value="pt1" /><br>
<input type="submit" value="Send"/><br></form><br>====================================<br><br>In this example, request_get_query_string() returns "varget1=gt1&varpost1=pt1".<br>
<br><div class="gmail_quote">2009/5/26 thomas fossati <span dir="ltr"><<a href="mailto:tho@koanlogic.com">tho@koanlogic.com</a>></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, "%s - %s", 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>