The PHP Security Server Formats Dreamweaver extension helps you secure your pages!
Quickly and easily escape or force the type of the output onto your pages!
The free PHP Security Server Formats extension for Dreamweaver helps you increase the level of security of your PHP pages by escaping or forcing the type of the output onto your pages. It comes with a number of server formats :
- Integer;
- Floating point number;
- HTML entities with parameters;
- New lines to BR + HTML entities with parameters;
- Strip Tags with Allowable Tags;
- New lines to BR + Strip Tags with Allowable Tags;
- MD5 Encryption with Salt.
When applicable, these security server formats above use several parameters that you can modify through specific dialog boxes.
And best of all, it's free!
How to use it
- In Design view, select the dynamic data placeholder on the page (which uses a syntax like {Recordset1.varcharField}). Open the Bindings panel wide enough so that the Format column appears. Your dynamic data should be selected in the Bindings Panel. Click the little arrow in the Format column to reveal the various server formats available. Choose the Security category, and click on the desired server format to apply it.
- In Dreamweaver dialog boxes where you can choose a data source, you can apply a server format by selecting the desired one in the Format dropdown list.
Requirements
Dreamweaver CS3, CS4, CS5. Not tested on previous versions.