Quantcast
Channel: CodingThis.com
Browsing all 11 articles
Browse latest View live

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 Article


How 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 Article

PHP / HTML Tutorial – POST, Table, Forms

The post PHP / HTML Tutorial – POST, Table, Forms appeared first on CodingThis.

View Article

PHP Tutorial | Dynamic Pages

The post PHP Tutorial | Dynamic Pages appeared first on CodingThis.

View Article

Computer 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 Article


PHP 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 Article

Is 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 Article

When 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 Article


Using 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 Article


Quick 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 Article

Image may be NSFW.
Clik here to view.

Hey 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
Browsing all 11 articles
Browse latest View live