Well, I finally started working on PHP..
I’ve written a bit of PHP before and know the syntax and stuff, hacking around in WP and WP-plugins but this was the first time I actually wrote a complete script. It’s extremely small, does absolutely nothing of much use, but it’s my first full script
And no, it’s not a Hello World script
The Script is viewable here! And the Source code here
The script takes a string as an input and returns it’s reverse.. That’s it. And I know it’s pretty dumb and all, but maybe I’ll add some more functions to the script and make it some sort of simple string function..