Working with and looping through arrays is one of the most useful things you can learn how to do with web applications. Anything from forms, API’s to configuration values, arrays make it easy in working with values. Take look at this simple example that illustrates the basics in working with the $_POST array. Continue reading
Learn PHP with Sample PHP Code
Learn PHP by going through sample PHP code and PHP tutorials. Sample PHP code is included with each tutorial to help you learn PHP. For beginner PHP programmers and web developers who have more experience.
PHP Script Tips: Cool Secrets of PHP
Over the years I’ve come across some things in PHP that are not obvious, but are worth mentioning. This is not meant to be a comprehensive list of all of the useful tricks that you can do with PHP. If you have anything to add to the tips, please comment! Continue reading
