15 January, 2015

Prevent Hackers with PHPixie
By: Matthew Jackson

It is important to know when programming how to prevent hacking. Here is another way where PHPixie works great and as expected.It appears to me that PHPixie protects against alot of stanard hacking if used in the proper and expected way:

 

When getting post data, instead of using the standard PHP: $_POST["variable_name"]; (WRONG)

Use PHPhixie:
$this->pixie->post("variable_name");

 

When adding it into the database do NOT use mysql queries... instead use...

Tags: PHPixie, Security, SQL

Read More
1