Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
RightWebPage 0.8.2
Writing Your First PHP Script: Feedback Form
What are sessions?
Website Database Basics With PHP and MySQL
Web Database Tutorial (PHP & MySQL)
Web Enable Your Informix Database Using PHP
Using the PHP 5 SOAP extension
Using NeXTensio MX to create a CMS
Using PHP and IIS to Create a Discussion Forum
Using PHP Error Handling
Using PHP to Generate and Send Mail
Using PHP with Forms
Using Strings
User Authentication Using PHP
Using curl with PHP
Top Code
Create BBcode for your scripts
Storing Checkbox Data In Your Database
Creating a Mail Form with PHP and Flash
PHP for PDF
Using curl with PHP
PHP - Previous and Next Links
Caching in PHP
Configuring PHP for Oracle
Upload and Resize an Image
Oracle and PHP
Junaid Art Link Management System
Build a Rating System
Using the PHP 5 SOAP extension
PHP-Based Chat Room
A Complete, Secure User Login System
PHP > Documentation > Examples and Tutorials
Source List
All | Freeware

Code 81-100 of 130   Pages: Go to  << Prior  1  2  3  4  5  6  7  Next >>  page  


This short article explains how to use built-in PHP IMAP support to obtain your e-mail messages and read them on the web.





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.



Learn to how make your own newsfeed fetcher, or weather snagger, in this tutorial.



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 example shows how to display graphical counters on your site.



This article describes the fundamentals of objects and classes in PHP V5, from the very basics through to inheritance, for experienced object-oriented programmers and those who have not yet been introduced to objects.



A step by step guide to building a user contributed links page for your site.



Learn how to create an XML/RSS feed dynamically through PHP.



A complete guide about graphic generation in PHP 4. Covers every possible topic, from Creating an Image to Interactive Maps, each in its own section of the tutorial.



A tutorial on using and installing GD (php_gd.dll) for PHP on Microsoft Windows.



An introduction to using forms with PHP and how the data gets placed into variables.



Protect your downloadable content by storing the files outside your webroot. This is an easy solution to online subscription content protection.



A complete introductory file handling lesson, including how to work with permissions.



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



You can now implement password-protected pages without Telnet access to protected directories in your web site. Then you can use these password protected directories to sell downloadable products or provide premium access to members. In this...



This is a quick guide on displaying a RSS feed on your website. It is not meant to be extensive, it is meant to get your feet in the door of displaying content using RSS in the quickest time possible.



Provides explanation and sample code on using PHP with the GD graphics library to produce GIF, JPEG or PNG images on the fly.



This article at Developer Shed, written by Duncan Lamb in September of 1999, explains how to grab headlines from a remote web site, and allow users to login and have custom content delivered based on preferences set in cookies.



This tutorial will guide you through the various PHP time and date functions.