Pass HTTP Request to Queue using PHP on Linux

How to Pass HTTP Request into Queue using PHP

An alternative way to treat HTTP requests is introduced. It passes a request to a Queue, but get result from another Queue. At opposite ends of two Queues, a running daemon process get token from ...
Yii 1.1 PHP Web App Quick Start using Gii

Yii 1.1 PHP Web App Quick Start using Gii

Yii 1.1 is one of famous PHP MVC (Model-View-Controller) frameworks. Although Yii 2.x had launched with big change in structure, Yii 1.1 will still be worth attention as some existing systems are running under it ...
Small PHP CRUD Class for OOP using MySQL

Small PHP CRUD Class for OOP using MySQL

PHP CRUD class treats a specific database you try to access to as a encapulation. Therefore, any Create/Read/Update/Delete operation by PHP on the tables in the specific database should make a function call to the ...
5 Steps to AJAX Login Form with Small PHP DB Class

5 Steps to AJAX Login Form with Small PHP DB Class

Friendly AJAX Login Form to be built should have clear aspects such as secure authentication, session control, last-login-time display and so on. Therefore, service providing system can separate existing members from guests, and then help ...
registration form with email verification

6 Stages of Registration Form in PHP with Email Check

PHP registration form is an essential part for most WebApps such as student system, and any kind of member system. However, to prevent registration attempts from fake emails, some systems often ask for providing emails ...
html div popup overlay

Html DIV Popup Form by using CSS Position Overlay

The web design requires skills about how HTML DIV Popup form is created to overlay existing layout. In the article, we will introduce CSS properties, and use jQuery to show or hide popped up form ...