help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Procedures and functions] Reference for unit 'pwumain' (#powtils_main)

GetCgiVar_SafeHTML

Declaration

Source position: pwumain.pas line 69

function GetCgiVar_SafeHTML(

  const name: String

):String;

Notes

This is like the GetCgiVar function except that instead of deleting malicous characters, they are filtered into HTML entities (i.e. escaped).

For example, the less than sign (<) will be converted to & L T; and the greater than sign (>) will be converted to & G T;






lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505