This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
Array | |
( | |
[@attributes] => Array | |
( | |
[name] => Forum | |
[lan] => | |
[version] => 2.0 | |
[date] => 2012-08-01 | |
[compatibility] => 2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Test | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once("class2.php"); | |
require_once(HEADERF); | |
global $pref; // just in case. | |
echo "<h2>Cleaned Prefs</h2>"; | |
$stripsan = array('[sanitised]','[/sanitised]','##xss##'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// From the jQuery API docs. | |
print_a(" | |
d - day of month (no leading zero) | |
dd - day of month (two digit) | |
o - day of the year (no leading zeros) | |
oo - day of the year (three digit) | |
D - day name short | |
DD - day name long | |
m - month of year (no leading zero) | |
mm - month of year (two digit) |