Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Mail Report Excel .Net 2.1
Alibaba Clone B2B Trading Marketplace Script 4
3D Rotate Carousel AS 2.0 1.0
Abadan XML SlideShow 2.0
QuickOrder 1.0
MPEG Bitrate Viewer 1.0
Point of Sale Software 1.0
Online Notebook Manager 1.0
DMXReady Blog Manager 1.0
Availability Booking Calendar 1.5
Free Hotel Management Source Code 1.0
Artistic Photo Gallery 1.0
Advanced Image Grid AS 2.0 1.0
The Viral Script 1.0
bretteleben.de Panoramascript 1.01
Top Code
Adirex 3D Chess Client 1.0
Habanero 2.0.1b
ikiCLassifieds 2.0
JVMail 2.0.0
P2P .htManager 0.2
Smart Font Listbox 1.0
Su Logu 0.6.2
Ticket Support Script 1.1
Time and Attendance 1.0
WhoisOnsite 1.VIII
XMBForum 1.9.10 Karl
phpTimeSheet 1.3.0-preview 2
Arbitrary-shape Popup Box 1.0
CSTreeBean 0.3
encbtn32.zip 1.00.00b
Code Listing by phpbuilder.com

Code 21-30 of 34   Pages: Go to  << Prior  1  2  3  4  Next >>  page  


An overview of three common steps your PHP program may take and what to wtch out for. These include verifying the input is correct, manipulating the input, and how to access your data.



This column explains and provides an example of how you can simulate an HTTPS POST query to a web page using PHP and a program called cURL.



This article explains how to use the file upload features of the web to upload images and store the binary data directly into a MySQL database and access it later for use in your projects.



This article presents programs that aid in code documentation, as well as tips on how to better document your code so that it is more useful to both yourself and others.



This article explains how to use statistics gathered from a MySQL database and the PHP GD libraries to dynamically create simple line graphs for display on your pages.



This column focuses on using PHP and the MCAL calendar library to write a fully functional web-based calendar system. Lots of sample code and descriptions provided in this column written in September of 1999 for PHP Builder by Mark Musone



This article explains how to take precautions and format user input for display on your web site, describing the dangers of unfiltered output and how to make it safe.



This lengthy date tutorial explains how to obtain current date and time, convert it to Unix timestamps, modify the way it is displayed, adding or subtracting time, and creates two PHP functions called DateAdd and DateDiff. This is a column publshed i



A two page column explaining how to use GD and TTF abilities of PHP on your web site to dynamically create images and display them to users. Sample code is provided as well, alongside the explanation.



This article explains how to create a web site constructed on the fly by PHP modules that return HTML data to be included in final web page. To boost performance you can even cache the modules.