Archive for the ‘Basic Programming’ Category

More into the syntax of PHP

Wednesday, February 10th, 2010

As you might have seen, all of the PHP statement ends with �;� which would be somewhat similar to Perl. The valid HTML code that was handed back to the server was : Who are You? My name is MacGyver. More in the coming posts when we dig deeper as we widen our ...

PHP Basics

Sunday, January 10th, 2010

Now that you have installed the necessary web server software and tested that it works (which is included in the manual) we can now get to know the basics of PHP. For our guide we will be using HTTP combined with PHP, this allows PHP code to be embedded ...

Array Chunk Function

Friday, December 11th, 2009

The array_chunk() function on the on the other hand as the name implies, divides an array into chunks or several tables from the source table. The syntax goes something like array_chunk(array,size,preserve_key), wherein the array is the table that would be divided, the size is the number of elements which the ...

Arrays : Changing cases

Friday, November 6th, 2009

This form of array declaration allows one to change the case from uppercase to lowercase and vice versa. The syntax goes as follows: array_change_key_case(array,case) The array part, specifies which table or array to use and is a required field which is not the case with the key which is automatically assigned a ...

PHP Programming Tutorials & Tips

Tuesday, October 20th, 2009

One of the more popular technologies for web programming in the recent years owing to its open source technology is the PHP. And it only means that it’s free to use and also compatible with almost any server, say Windows, Linux/Unix and Apache. This technology has many advanced features included ...

PHP programming jobs still in demand

Tuesday, September 15th, 2009

Technology Driven Marketing Solutions is an industry leading developer of PHP solutions who will become part of a dynamic and fast growing team. You may experience to make codes for a range of web applications by applying your PHP and OOD programming. Success in this field will lead to further ...

Templates and ready made Apps on the Web (Part 2)

Tuesday, August 25th, 2009

There are a lot of programmers who share code and sample applications which you can use for free (provided you clear it up first) but for budding programmers, they're all there for the taking. Sites like <a href="http://websitetips.com/php/">websitetips.com</a>, <a href="http://www.smartwebby.com/PHP/default.asp">Smartwebby.com</a> and many other blogs and help sites allows access to ...

Templates and ready made Apps on the Web (Part 1)

Tuesday, July 21st, 2009

Thanks to the basic foundation on which PHP is founded on, the language being free of all legalities and other stuff that makes deployment of other languages on the many platforms quite expensive. But the many people who makeup the PHP community are not ones who keep knowledge to themselves ...

Smarty – Template Easy

Wednesday, April 22nd, 2009

Formatting is one of the hardest tasks to do with respect to cross-platform and scripting programs/pages. Smarty, one of the many PHP advocates has a complete line of products, from community-based ones to those aimed at more commercial purposes enabling the development of enterprise applications over the internet that are ...

Get Your Tools

Tuesday, November 25th, 2008

Image Source: moonsdesigns.com Before you can start with your PHP programming, you will surely need some few things handy. To be able to create a PHP page, you will need to have a simple text editor. A text editor is a small program that ...