Änderungen

+code
Zeile 1: Zeile 1:  +
=Code=
 
<pre>
 
<pre>
 
fkt_read_browsers_query_string () {    # SENS: read and sanitize/convert query-string to useable vars  
 
fkt_read_browsers_query_string () {    # SENS: read and sanitize/convert query-string to useable vars  
Zeile 16: Zeile 17:  
}
 
}
 
</pre>
 
</pre>
 +
 +
=Erklaerung=
 +
* aus dieser URL (POST/GET egal)
 +
** <tt> NODE=512&HOST=silber2&LOCA=Steinbr&GPSX=11.3313&GPSY=50.9934&MAIL=bittorf%40bluebottle.com&PHON=0179%2F24223419&MENU=expert&GOGO=%DCbernehmen"</tt>
 +
* wird ein
 +
** <tt>NODE="512"; HOST="silber2"; LOCA="Steinbr"; GPSX="11.3313"; GPSY="50.9934"; MAIL="bittorf@bluebottle.com"; PHON="0179/24223419"; MENU="expert"; GOGO="Übernehmen"</tt>
 +
* mit eval wird das ganze dann uebernommen und steht zur Verfuegung