The past few days, I decided to teach myself PHP (PHP Hypertext Preprocessor). Essentially it's a parser that spits out html for a browser based on what it finds between in a .php file. Now the annoying part is what goes between those two tags.
It's horrible to write, there I said it, now deal with it. It's the kind of code that takes a while to write, it seems simple enough, but you just don't want to do it because coding it is so annoying.
That being said, it was pretty easy to learn (probably because I have good experience with html and programming) and code doesn't tend to result in sever runtime breaking because of its weakly typed nature (although it feels like it will lead to ambiguity but w/e).
Thus far, I've spent most of my time doing the admin panel, but I probably shouldn't let you see it.
If you would like to see what I wrote, it's all here:
http://users.adam.com.au/gmack1/tpfc/
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment