<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=HTTPEncode</id>
		<title>HTTPEncode - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=HTTPEncode"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=HTTPEncode&amp;action=history"/>
		<updated>2026-05-26T00:15:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=HTTPEncode&amp;diff=67&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot; ''function HTTPEncode(Source: string): string;''    '''Parameter Info:'''   Source (String): String to be encoded.    '''Description:'''   This function will encode a string(...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=HTTPEncode&amp;diff=67&amp;oldid=prev"/>
				<updated>2012-08-15T08:53:10Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; &amp;#039;&amp;#039;function HTTPEncode(Source: string): string;&amp;#039;&amp;#039;    &amp;#039;&amp;#039;&amp;#039;Parameter Info:&amp;#039;&amp;#039;&amp;#039;   Source (String): String to be encoded.    &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039;   This function will encode a string(...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; ''function HTTPEncode(Source: string): string;''&lt;br /&gt;
 &lt;br /&gt;
 '''Parameter Info:'''&lt;br /&gt;
  Source (String): String to be encoded.&lt;br /&gt;
 &lt;br /&gt;
 '''Description:'''&lt;br /&gt;
  This function will encode a string(Source) to be safe for use in a URL.&amp;lt;br&amp;gt;&lt;br /&gt;
  NOTE: DO NOT ENCODE A COMPLETE URL! LIKE http://google.com/&lt;br /&gt;
  ONLY THE PARAMETERS AFTER THE URL!&lt;br /&gt;
&lt;br /&gt;
==Examples== &lt;br /&gt;
&amp;lt;source lang=&amp;quot;pascal&amp;quot;&amp;gt;var&lt;br /&gt;
MyData: String&lt;br /&gt;
begin&lt;br /&gt;
    MyData := GetURL('http://www.domain.com/poo.php?var='+HTTPEncode('string$#with#wierd@chars?'));&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://enesce.com/help/index.html?Functions/HTTPEncode.html Old Scripting Manual page for HTTPEncode]&lt;br /&gt;
&lt;br /&gt;
[[Category:Server Scripting]][[Category:Server Scripting Functions]]&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>