Categories
Tags → How To Php Code

Introduction to PHP Classes (Object Oriented Programming)

Learn how to save yourself a lot of time and make cleaner code using PHP Classes. This is the gateway to Object Oriented Programming with PHP.
DETAILS

PHP and UML Class Diagrams

UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we&a...
DETAILS

Develop rock-solid code in PHP: Use variables effectively

The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. This article discusses how to use variables effectively. It also shows how to make script configuration easy by construct...
DETAILS

Make Your PHP Code Portable

There''s a lot of PHP code available for free on the net but also not all of it can run on your system as it is. This article shows you how to distribute a setup required by your program to run.
DETAILS

A HOWTO on Optimizing PHP

PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. This article explains why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of...
DETAILS

Message Box HTTP Component for ASP and PHP

Visual Basic ''MsgBox'' function is much more flexible then JavaScripts ''alert'', you would notice it as you would go through the code. After installing this dll component, you can use this functionality with ease in PHP or ASP. ...
DETAILS

PHP-MySQL-Quiz

This simple quiz script uses php and mysql. The questions are added, edited or deleted via an online admin area. The quiz is simple to install, easy to customise, and very robust. There is also a 5 page tutorial for anyone wanting to examine the php ...
DETAILS

Working With PHP Data Types

Using and manipulating variables in PHP is extremely easy because PHP includes several functions to help us compare and contrast them. This article introduces us to the range of PHP data types. It also teaches us how to work with and manipulate PHP d...
DETAILS

Creating a PHP form

This tutorial teaches you the basic structure of creating PHP form processing. To many this can be a challenging task, so here is how it''s done. Complete code presented.
DETAILS

base64img

Include/insert your gif/jpg image inside your PHP script using base64-encodeing. This enables you to create a good functional website with images, using only one file: Your php-script. The script it self is also a good example of how this works. Enjo...
DETAILS

Page:
©2003-2019 jCay.com