Advertisment
Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected...
In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.
This is a rather simple script to demonstrate an application that many server administrators could probably find useful -- an uptime notification...
Views: 886 | | by Marry
PHP - Networking
In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection.
This easy to understand tutorial goes through all the basics of installing phpMyAdmin on your own server. It covers everything you need to know to...
A snippet that helps you download files from the web, with the use of the well known cURL library for php.
PHP follows almost same way of writing and manipulating files as in standard C. That is why it becomes so easy for a developer with C lanaguage...
There is a traditional way of uploading files in php usually developers use, that is, use functions is_uploaded_file() and move_uplaoded_file()....
Some ways to reduce the overhead in your server, using caching techniques.
Snapp MX is a web-based Rapid Application Development system, focused on reducing the time and effort needed to create sophisticated Flash business...
A detailed description how to use PHP strings and basic string manipulation functions.
This application written by Mark Wilton-Jones is an amazing email validation app that makes sure that the email address exits by pinging and making...
A tutorial on connecting, disconnecting, inserting and retrieving data with a mySQL DataBase.
All you have to do is just copy and paste the code below on to a file name in your localhost. Take two images any of .JPG OR .PNG OR .GIF Here for...
PHP contains a various statement types Control structures allow us to manage script to do or not to do anything. When you use do while control...
The article gives a brief introduction to PHP. What it is, how ti works and what it is for?
Learn how to use php to make a customizable avatar. A great and unique feature for any website!
This tutorial shows you how to install PHP on your windows machine using WAMP5.
Answers the most fundamental questions of learning PHP including possible uses, how to write code, and what the requirements are.
This tutorial will teach you the basics of how to show content and use variables with PHP. It will explain the difference between single and double...