PHP Compiler – Encode Your Source Code
This is a pre-release of a program coming soon to help secure your PHP code. When used properly it should help protect your code from noobies and script kiddies.. more methods are coming soon to make...
View ArticleHow to Use the PHP 5 Autoloading Classes Feature to Automatically Include PHP...
Autoload is a new feature introduced in PHP5 that you don't have to explicitly require or include a PHP script file that contains the class being used any more but it will be automatically loaded or...
View ArticlePHP / HTML Tutorial – POST, Table, Forms
The post PHP / HTML Tutorial – POST, Table, Forms appeared first on CodingThis.
View ArticlePHP Tutorial | Dynamic Pages
The post PHP Tutorial | Dynamic Pages appeared first on CodingThis.
View ArticleComputer Programming | Retrieve URL Data With the PHP GET Function
Learn how to use $_GET effectively to collect data on any PHP page. When a request is made to a PHP script, take advantage of the built in PHP Super Global Array $_GET which automatically stores any...
View ArticlePHP Contact Form Basics
If you own a website or are planning to make one, then you will most likely need a way for people to contact you, especially if you are running an online business. PHP makes that efficient and easy,...
View ArticleIs PHP Going to Remain the Preferred Web Development Tool?
PHP technology has been around for at least a dozen of years. Since its inception, PHP has been steadily gaining momentum as a "defacto" platform for open-source web development. Lately, however, a...
View ArticleWhen OAuth Goes Wrong: Debugging Signature Mismatch Issues in PHP
OAuth is all the rage. Unfortunately, OAuth also produces a lot of rage. Even when you understand the basics of OAuth, getting it to work is a whole other matter. I recently tackled OAuth while writing...
View ArticleUsing The Slim PHP Framework for Developing REST APIs
There’s a neat little framework for Ruby called Sinatra that makes it simple to configure REST-style API endpoints with just a smidgen of glue code. But why, asked PHP developer Josh Lockhart, should...
View ArticleQuick XML-to-HTML Templating in PHP Using SimpleXML
While I still consider myself a code monkey, my primary work these days is writing technical documentation. Recently I was asked by a client to create a visual map for their REST-based API. The map, we...
View ArticleHey Developer! Are You Ready for the Cloud PaaS?
As a developer you always play a vital role in software development. Yes, no matter what an architect or a project manager does it’s your code which provides that much needed virtual life – the code...
View Article