Security

out() function.

You should not use this function for database queries.

It is not designed for use with Databases, please use DatabaseManager for escaping Database queries.

The out() function is supplied by Saturn Core and is designed to escape potentially dangerous characters from strings.

echo out('Hello! <script>this is dangerous!</script>');

Last updated