Pario TechnoBlob
About
Posts
Category: Web
Create a user in MediaWiki
Visit this address: /index.php?title=Special:Userlogin&type=signup
Custom left menu/navigation menu i MediaWiki
To change the navigation menu you have to go to index.php?title=MediaWiki:Sidebar or ?title=MediaWiki:Sidebar and make the needed changes.
Remove HTML metatags from a file using sed
sed -e 's/< [^>]*>//g' myfile.html
Print PHP array content
echo "<pre> print_r($_POST); print_r($_GET); print_r($_REQUEST); </pre>"; ?>
««
«
1
2
3
…
9
10
»
»»