Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 449 Bytes

function.pSQL.md

File metadata and controls

20 lines (12 loc) · 449 Bytes

Function pSQL

Sanitize data which will be injected into SQL query

string pSQL(string $string, boolean $htmlOK)

Arguments

  • $string string - SQL data which will be injected into SQL query
  • $htmlOK boolean - Does data contain HTML code ? (optional)