Php | Database Integration
262 days ago | webdevelopmentstuff.com
This tutorial is the second part of the MySQL Optimization mini series and introduces the Slow Query Log as well as describes its setup and output.
Php | File Handling
262 days ago | webdevelopmentstuff.com
This tutorial shows you how to manipulate an XML file by the PHP. Explanatory example of fully working RSS reader is included.
Php | User Authentication
268 days ago | forum.codecall.net
This tutorial will help you as a beginner to create a simple login page for your php projects, in this tutorial you will learn about sessions in php, inserting and retrieving records from mysql server.
Php | Database Integration
268 days ago | forum.codecall.net
This tutorial will guide you through creating MySQLi prepared statements. MySQLi is an extension/API for PHP that is also know as MySQL Improved. MySQLi is included with versions 5 of PHP and later that allows PHP developers to take advantage of all the features in MySQL 4.1.3.
Php | User Authentication
268 days ago | forum.codecall.net
Find out the GEOGraphical location of an IP address using PHP
Php | Advanced Php
276 days ago | myhow2guru.com
Write a simple Oracle Store procedure & a PHP page.
Php | Basic Php
290 days ago | macronimous.com
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.
Php | Basic Php
290 days ago | macronimous.com
With many software frameworks available online nowadays, with many pros and cons on their side, it has become very important to check out complete details of these frameworks before applying them. Amongst the various kinds of software frameworks, the PHP Framework is more popular nowadays.
Php | Basic Php
290 days ago | macronimous.com
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
Php | Basic Php
352 days ago | nevereverblog.blogspot.com
If you ever tried making a simple website with only a handful of pages, you probably noticed that once you need to edit some menu element, you have to edit all of your pages, which can be very irritating. The simplest way to solve this problem without resorting to coding is using frames. I encourage you not to do that. Instead you can apply one of the following PHP techniques.