Pleasing, Hoping, Planning
So I’m onto learning PHP finally. After how long of saying I’d learn it, I’m actually going to learn it. I’ve written just some basic blocks that echo, or use the switch function, or break, etc.
< ?php
for ($i = 1; $i < 10; $i = $i + 1) {
print "Number $i
\n”;
}
?>
Which would have the outcome of:
Number 1
Number 2
Number 3
Number 4
Number 5
Number 6
Number 7
Number 8
Number 9
Just simple things like that. I want to dive in head first with PHP and try out a simple blog. I’ll learn PHP by using it hand’s on, and I’ll learn whatever I need to along the way. I may be asking Nerd to give me a few pointers for starting this project up, oh and maybe Jcink too, seeing as he has a lot of PHP knowledge.
Bleh, not too exciting this time around, so, umm…quote time:
You will never reach the place where you will not need to be diligent about your choice of thought. Because you live in a world that is determined to show you every pocket of despair. So you must diligently choose. But it gets easier and easier and easier to do so. Right now, it may feel to you like those moments of Connection are the rare ones. There will be a time when those moments of Connection will feel so normal that it will shock you when you get into a place of disconnection.
Mmm…quotations. ^_^