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 Strings
Using the PHP 5 SOAP extension
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-146 of 146   Pages: Go to  << Prior  1  ...  7  8  9  10  11  12  13  14  15  page  


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



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



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.



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



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



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