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
A Simple Order Form
Create BBcode for your scripts
Storing Checkbox Data In Your Database
Build a Rating System
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
Oracle and PHP
Developer Shed - Image Generation with PHP
Upload and Resize an Image
Junaid Art Link Management System
Using the PHP 5 SOAP extension
PHP > Documentation > Examples and Tutorials
Source List
All | Freeware

Code 121-128 of 128   Pages: Go to  << Prior  1  2  3  4  5  6  7  page  


An introduction to using MySQL, from creating databases to modifying tables to creating and deleting rows.





A quick tutorial explaining how to alternate table row colors using PHP and MySQL.



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.



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.



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