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
Working with forms in PHP
What are sessions?
Website Database Basics With PHP and MySQL
Web Database Tutorial (PHP & MySQL)
Web Enable Your Informix Database Using PHP
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 to send email
Using PHP with Forms
Using the PHP 5 SOAP extension
Using Strings
Top Code
A Complete, Secure User Login System
A Contact Database using MySQL and PHP
A Simple Order Form
Accessing a MySQL database using PHP
Accessing Microsoft SQL from PHP under Linux
Adding Date and Time Last Updated
Advanced PHP V5 objects
Alternating row colors with PHP and MySQL
An intro to using the GD image library with PHP
An Introduction to MySQL
An Overview of Arrays in PHP
Apache and PHP vs. The Spambot
Authenticate and Track Users with PHP
Basic Image Gallery using PHP
Build a Rating System
PHP > Documentation > Examples and Tutorials
Source List
All | Freeware

Code 141-147 of 147   Pages: Go to  << Prior  1  ...  13  14  15  page  


Get introduced to more advanced and design-oriented PHP V5 features, including object types, which allow for the decoupling of system componets, and the creation of reusable, extensible, and scalable code.



This short piece explains how to insert a date and the time the page was last modified into your web page.



This article explains how to connect to a Microsoft SQL server that is running on a Windows machine from a PHP program running on a Unix machine. It explains two possible paths, TDS and ODBC.



Tutorial which shows you how to retrieve content from a database and display it on your homepage. Example code and tips/tricks provided.



Create a simple HTML order form and process the information with PHP to learn the basics of HTML form processing.



This article introduces MySQL and explains how to use it in conjunction with PHP to create a web-based interface to a contact database.



This PHP Builder column by Tim Perdue explains the user login system and relation functions, alongside the code, that they use at PHP Builder.