Jump to content

User:Muqman 52: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Muqman 52 (talk | contribs)
No edit summary
Muqman 52 (talk | contribs)
No edit summary
Line 9: Line 9:
}
}
echo hi("muqman_52");
echo hi("muqman_52");
?>
</pre>
</pre>



Revision as of 21:11, 9 November 2012

Hmmm... what to write about myself?

Well, I like to programming so:

<?php echo "Programming makes things run but it also hurts a ton!"; ?>
<?php
    function hi($name){
        return "Hello $name";
    }
    echo hi("muqman_52");
?>

Back to school!

Latest Projects

Project10 A little CMS I've been working on, a unique, tumblr-ish way of publishing content on the web.