|
General Details
|
|
PHP (Hypertext Preprocess...
|
|
Posted 345 Days Ago
|
|
194 Views
|
|
Received 0 Ratings
|
|
class CORE, hard-security-version
Description
You must define all incoming keys. If any key from query-string isn't registered, the query is bad, the key will be removed and the core-class generates an url-forwarding.
If the query-string contains invalid values, the core generates an url-forwarding too.
The new core is an example for secure incoming urls. All input (get/post) will be parsed.
All keys are sorted by groups. The groupes are misc types of valide query-values.
Technical
tec... hmmmm... don't know...
<?php
$core = new core;
echo "<pre>";
print_r($core);
echo "</pre>";
?>
call the page with misc queries. do it, with your strange query-keys and vars... and with the allowed stuff from $clean_variables.
The core will render and cleanup your incoming strange stuff :P
Source Code
Comments
| Please login to post comments. |
More "PHP (Hypertext Preprocessor)" Source Codes By This Author
Recently Posted "PHP (Hypertext Preprocessor)" Source Codes
Recently Rated "PHP (Hypertext Preprocessor)" Source Codes
|