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 61-80 of 130   Pages: Go to  << Prior  1  2  3  4  5  6  7  Next >>  page  


Various PHP and MySQL examples showing how to achieve tasks such as sorting alphabetically, random output and listing all entries.





This tutorial will show you how to implement paging into your website. It starts off with a bit of theory, then it introduces a simple class written to simplify the whole process. Includes a real-world example.



This article illustrates how to use PHP's built-in functions to communicate with an Orcale database. Both APIs (ORA and OCI8) for Oracle are shown here with example code.



Teaches the basic structure and syntax for MySQL queries. Learn to create and edit databases and tables.



Learn how to use MySQL and PHP together to deliver dynamic content to your users.



This tutorial will show you how to put your data into multiple columns.



The goal of this article is to help you learn the concepts behind building a basic shopping cart using sessions and keeping the cart displayed to the user throughout their stay at your site.



An example of a simple metatag generator you could put on your site.



This article shows you how to distribute a setup required by your program to run.



This tutorial explains how to include headers and footers, generate them dynamically and separate content from markup. Plenty of sample code provided.



This tutorial, which provides plenty of sample code, instructs you on how you can setup and manage a simple mailing list using PHP on your web site.



HTTP as a protocol is stateless. PHP4 comes with a complete set of sessioning functions. This article explains how to use them.



This shows how to log user stats using PHP and MySQL. See how to create the database, store the stats and display them.



This tutorial teaches you how to create browser-independent session management to track your users with PHP 3.



This tutorial will help you understand the science of a link indexing system. The user will be able to submit and edit links, and it will auto-stop the submission after the maximum number of links. It will include a per-link counter, email...



A short tutorial on what MySQL is and how to begin using it.



This tutorial explains how to use GD and PHP to create interactive image maps. It uses a map example and zooms in on specified locations of the map that a user clicks on.



This column in PHP Builder by Siddharth Venkatesan explains how to create an Access database and the associated ODBC connection and then provides code to interface with that database, allowing you to add, modify and view entries.



Complete source of a form to email script that has additional abilities of validating user input and more. It comes with detailed explanations on the code involved.



How to implement your own template based web site using PHP.