Categories

Updated: 03/27/2000

Running PHP Scripts Securely

Connecting to a database requires that passwords be included in the script at some point. This information may be exposed if you do not wrap your PHP scripts. Protecting your scripts from prying eyes is called &"wrapping.&" When you wrap a script, it is called by another script that hides your script and performs a number of security checks to ensure only authorized use is made of it. This article covers how to use a script wrapper.
©2003-2019 jCay.com