Topic: Tutorials
The following posts are filed under Tutorials.
Everyone knows that the W3C stated that we should never expand boxes even if there are other elements wider/higher than themselves, but IE6 just wouldn’t listen. It thinks it’s being civil but in reality it just destroys a layout. This bug has been known for half a decade but there haven’t been perfect fixes. My [...] Comments are closed. Read the complete article »
Arrays in PHP
Jun 13
Welcome back to my little series of PHP novice tutorials. As previously mentioned, I will move on to more advanced tutorials in a month or so, but I might randomly throw in one or two of those while I’m at it. I dunno.
Let’s move on to arrays. Comments are closed. Read the complete article »
Today I’ll be talking about basic arithmetic functions and a little about PHP errors.
I’ll probably fill June with nothing but novice PHP tutorials just to get started, then carry on to more sophisticated PHP workings and probably a practical application or two. Well, let’s get started! Comments are closed. Read the complete article »
Well, I’ve decided that my first actual tutorial should be a little beginner’s introduction to PHP: Hypertext Preprocessor, one of the most popular open source programming languages around. So, here we go!
OK, PHP is basically a programming language designed primarily for web applications and databases. That’s why PHP has complete capability of being [...] Comments are closed. Read the complete article »