Jump to content

2 Questions about security.


raslin

Recommended Posts

i am using php 5 and this is the way i securing data:

 

to be sure its an integer:

 

$var = (int) $_POST["var"];

 

to  work with any string:

 

$var = htmlspecialchars($var, ENT_QUOTES); 

 

is this enough? do i need to add mysql_real_escape_string or the code above is enough for everything?

 

thanks alot!

Link to comment
https://forums.phpfreaks.com/topic/199877-2-questions-about-security/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.