Archive for January, 2008

PHP Operators: Maths

There are various kinds of operators used in PHP, but we’re going to start with the most basic and commonly known operator – the Math operators.
What are operators? They are basically a special set of characters (or symbols, if you like) which tells PHP to perform a certain operation. For example, the ‘+’ (plus sign) [...]

Posted on January 31, 2008 at 5:32 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , , ,

Earth Hour 2008 – Make a difference!

Last year, on 31 March 2007, the good folks at Sydney turned off their lights for 1 hour – Earth Hour. By doing so, they’ve made it possible for each and every one of us to take an action on global warming.
Earth Hour is back for 2008 and now other cities around the world, like [...]

Posted on January 29, 2008 at 4:15 pm by Eldee · Permalink · One Comment
In: News · Tagged with: 

Using comments in your PHP scripts

Adding comments to PHP code is a very useful practice. Comments allows you to add some descriptive text that you can use to document or remind you on what the various parts of the PHP script is doing.
Comments are not sent to the browser, so it won’t be visible in the actual page you load [...]

Posted on January 23, 2008 at 3:47 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , ,

Introducing PHP Variables

dsfsdf

Posted on January 18, 2008 at 4:06 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , , ,

Review: PHP5: Your visual blueprint for creating open source, server-side content

When anyone starts learning something new these days, they tend to get overloaded with more information that they can handle. The same goes for trying to pick up PHP, the shear number of books available on this one topic is staggering. Luckily, there are some great books specially catered to beginners, and this book is [...]

Posted on January 16, 2008 at 2:38 pm by Eldee · Permalink · One Comment
In: Book Review · Tagged with: , ,

Writing your first PHP script

Now that you know how to use XAMPP Lite, it’s time to write your first PHP script.
This tutorial will guide you on writing your first PHP script, show you how the PHP syntax is used, and where to put and run your PHP pages in XAMPP.
Note: this tutorial assumes you are using XAMPP Lite environment [...]

Posted on January 15, 2008 at 3:52 pm by Eldee · Permalink · 16 Comments
In: PHP Tutorials · Tagged with: , ,

Using XAMPP Lite for PHP scripting

Now that you know how to setup your XAMPP Lite, it’s time to find your way around XAMPP Lite, and get ready for your first PHP script.
This post will highlight some of the features available in XAMPP, and what you do with them. It’s just a simple overview, so don’t expect anything in detail. [...]

Posted on January 8, 2008 at 5:38 pm by Eldee · Permalink · 3 Comments
In: PHP Tutorials · Tagged with: , ,

Installing XAMPP Lite on a Portable Storage device

One of the fastest and best way to get a PHP server environment up and going is to use XAMPP. What is XAMPP you say?
Put together by the folks at Apache Friends, XAMPP is an installer package containing the Apache Web Server, MySQL, PHP and Perl. XAMPP takes away the hassle and headache of installing [...]

Posted on January 3, 2008 at 3:45 pm by Eldee · Permalink · 19 Comments
In: PHP Tutorials · Tagged with: , , , , ,