Posted By: SpellByte On: January 14, 2010, 8:20 am

CODE
function add($a, $b) {

return $a + $b;

}

$add = "add";

$add(2, 8); // return 10

Posted By: SpellByte On: December 23, 2009, 4:22 am

well i finally got the gallery a lot more functional, I have createdc a page to upload the images and then create a thumbnail of the uploaded image

Posted By: SpellByte On: December 13, 2009, 4:48 am

i have just created the page so that i can easily add new posts in a browser.

Next job will be to add some styles to the posts,

specifically for any code blocks so i can share my methods with the rest of the globe

Posted By: SpellByte On: December 13, 2009, 4:47 am

Well i figured i would start a small blog system off on here,
i've written a really simple system for now and will add more functions to it as time goes on.
my next step will be to create a reply system that allows me to enter posts from a web page instead of directly in the database.
After that i'll probably add a reply function for anyone who cares to share their thoughts too.