
Advertisment
Introduction to PHP
This tutorial goes through making a php file and how to generate html, it's simple and easy to use.
Views: 1017 |
| by Sarah
PHP - Introduction to PHP
Create a simple PHP contact form
Learn how to create a simple PHP contact form in just a few minutes. The tutorial is simple to understand and quick, perfect for quickly adding a...
Views: 1017 |
| by Sean
PHP - Email Systems
Easy Calendar Applications
Here, you will learn how to build your own online calendar using the MCAL library and PHP. The MCAL library offers a common simple interface for...
Views: 1138 |
| by David
PHP - Calendars
Creating An Image Using PHP
Just Copy And Paste The Code you can create .JPG,.GIF,.PNG Any thing of you choice
Views: 1022 |
| by Sarah
PHP - Image Manipulation
Getting Remote Webpage Info Using PHP
If you run any website that accepts submitted links, be it a tutorial website, a directory or a bookmarking site, you may find it useful to...
Views: 956 |
| by Adam
PHP - Miscellaneous
PHP Syntax
A short lesson on writing PHP code and its semantics. Example showing how to combine PHP with HTML to create a web page.
Views: 961 |
| by Marry
PHP - Development
Functions in PHP
This tutorial goes through what a function is, premade functions, and how to make your own functions.
Views: 988 |
| by Sean
PHP - Introduction to PHP
How to write a PDF from PHP with a custom font and encoding
This is a description of how to go about writing PDF documents from PHP in any font and language.
Views: 987 |
| by Simon
PHP - Miscellaneous
Easily Format JSON using PHP and Interpret using Javascript
As many clever sods across the world no doubt know, AJAX stands for Asynchronous Javascript and XML. However, there is an alternative to using XML...
Views: 1005 |
| by Troy
PHP - Miscellaneous
Functions with Endless Amounts of Arguments
Sometimes we need to create functions that require an indefinite and variable amount of arguments. Creating a function to cater for these arguments...
Views: 1030 |
| by Daniel
PHP - Miscellaneous
Using Type Juggling/Type Casting to Modify Data Types
We're going to be dealing with type juggling in this article. This is the process of instructing PHP how to handle the value after the type...
Views: 991 |
| by John
PHP - Miscellaneous
The explode() function
The explode() function in php and how to use it. Also a few examples of how the explode() function can be useful.
Views: 977 |
| by Steve
PHP - Miscellaneous
functions()
A guide to creating your own functions and how to use them.
Views: 984 |
| by Daniel
PHP - Miscellaneous
From C/C++ to PHP
In this tutorial we will discuss pitfalls that a typical C/C++ developer is likely to encounter when starting coding in PHP. If you are unfamiliar...
Views: 1215 |
| by Daniel
PHP - PHP vs Other Languages
Meta tag viewer
Well now i'm going to show you show to make a meta tag viewer. Learn how to display another site's meta tags.
Views: 999 |
| by Adam
PHP - Miscellaneous
Using the Internal Array Pointers to Access Elements in Arrays
The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be...
Views: 942 |
| by Tutorial
PHP - Miscellaneous
PHP and JavaScript: Drawing a binomial distribution bar graph using the GD library
Using JavaScript, PHP and the GD library, we are going to draw a bar chart showing the binomial distribution for 0 to 10 successes out of 10 trials...
Views: 840 |
| by Steve
PHP - Miscellaneous
How to display nicely an array by the first letter
A tutorial on how to display nicely an array by the first letter
Views: 952 |
| by Colin
PHP - Miscellaneous
Testing htmlspecialchars() PHP Function
When data needs to be presented in Web pages, HTML special characters must be well protected Otherwise, data well not be presented properly, or the...
Views: 896 |
| by David
PHP - Miscellaneous
Setting up Apache server+Webmin on Ubuntu 7.10/Related Systems
Apache server Installation on Ubuntu 7.10/Related Systems
Views: 1140 |
| by Tutorial
PHP - Networking
