PHP security

radofeya

New Member
Messages
49
Reaction score
0
Points
0
Hi,
I'm a PHP newbie.

May I know, what should I do in order to increase the security for a PHP script as well as the PHP script with MySQL.
 

marshian

New Member
Messages
526
Reaction score
9
Points
0
x10 has a lot of settings to protect us from malicious users, but as VPmase said, the most important thing is to NEVER THRUST THE USER. Whatever you need as imput, check it. The function everybody likes: preg_match().
 
Top