Open Source licensing for PHP scripts
When you write a PHP script and want to distribute it, it must still fall under some legal terms. The GNU GPL is the best method to get your work out into the world, and of course as open source software. 43 Hits |
Comments |
Ratings (0)
Functions and Variable Scope
This tutorial covers the basics of writing and using your own functions as well as how variable scope works in PHP. 38 Hits |
Comments |
Ratings (0)
An Introduction to Arrays
This is my secont installment to the "Introduction to" series. This will try to give you the basic information you need to begin writing scripts that take advantage of arrays. Happy Hunting. 42 Hits |
Comments |
Ratings (0)
Introduction to Output Buffering
If you want to have more control over your scripts, the output buffering functions are the way to go. 43 Hits |
Comments |
Ratings (0)
Introduction to regular expressions (#1): General Mechanics
In this 'introduction to regular expressions' I will assume no prior knowledge of regex, and will try to give you the most thorough explanation of this powerful tool as I can. 21 Hits |
Comments |
Ratings (0)
Escaping PHP
Ever wondered how to do complex and abstract or non-PHP functions based on simple PHP parsing? This tutorial will give you a very brief glimpse on how to do that. 50 Hits |
Comments |
Ratings (0)
Including Files in PHP - Beginner Tutorial
This tutorial covers the different constructs used to include files, command line techniques, using the DOCUMENT_ROOT, and saftey / security tips about the inclusion of files. 46 Hits |
Comments |
Ratings (0)
PHP Calendar Tutorial
Learn how to build a calendar using PHP. This tutorial is meant for slightly advanced developers, however you can still learn a lot from it. Learn date and time functions, advanced array usage and the PHP calendar functions. 145 Hits |
Comments |
Ratings (0)
Basic Event Calendar
Learn the basics of creating your own daily events calendar that can be styled to suite your needs. 112 Hits |
Comments |
Ratings (0)
Fork PHP!
Need to dump a script into the background so it can work while you do other things? This is called forking. Check this tutorial out to learn how to do this with PHP! 77 Hits |
Comments |
Ratings (0)
Simple MySQL PHP Hit Counter
A very simple hit counter that tracks visits per site. Also a basic introduction to Session Management. 47 Hits |
Comments |
Ratings (0)
Logging Your Website With PHP Using a Flat File
Learn how to write your own Log Files using PHP. A great introduction for writing to files, using sessions and PHP Predefined Variables! 37 Hits |
Comments |
Ratings (0)
Building a Counter
This tutorial will help you build and understand how a counter that only counts unique visitors works. 44 Hits |
Comments |
Ratings (0)
Protect Your Users Email With PHP and MySQL
Ever been spammed on from posting your email address on a website? Well, here's a method we like to use that prevents those web spiders from picking your users email up and spamming them. 44 Hits |
Comments |
Ratings (0)
PHP/MySQL Form Mailer V1.0
This tutorial focuses on gathering information from a user via an HTML form and sending that information to the users email address and your predefined email address using PHP and MySQL. 41 Hits |
Comments |
Ratings (0)
Writing A File Upload Class
Teach yourself how to write a file upload class that will not only upload, but validate file extensions, sizes, users, and much more. Make your life easier! 32 Hits |
Comments |
Ratings (0)
Introduction to JPGraph (Part I)
Are you interested in creating graphs, pie charts etc. and make your site lively. Go ahead and read this tutorial. 48 Hits |
Comments |
Ratings (0)