Scripting
Read More
Remove blank / empty lines
function removeEmptyLines($string) { return preg_replace(“/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/”, “\n”, $string); }
A chronological documentation test project, nothing serious, really!
function removeEmptyLines($string) { return preg_replace(“/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/”, “\n”, $string); }
Visit this address: /index.php?title=Special:Userlogin&type=signup
To change the navigation menu you have to go to index.php?title=MediaWiki:Sidebar or ?title=MediaWiki:Sidebar and make the needed changes.
echo “<pre> print_r($_POST); print_r($_GET); print_r($_REQUEST); </pre>”; ?>