PHP

Home > Programming Tutorial > PHP
Sort by
Title A-Z
Arrays
  An array is a list that hold multiple values and is an indispensable tool in programming. An array consists of elements, each of which can hold a value. Each element is referenced by its index (or key).
 
Date Added: Mar 29, 2006, Viewed: 5,125 6 Reviews
Object-Oriented Programming
  When we develop our applications, we can divide our programs into parts, or large modules, such as different presentation layers, database access objects, search engines and security components.
 
Date Added: Mar 29, 2006, Viewed: 14,083 7 Reviews
PHP & MySQL Using SUM and CASE in statement
  Trick of using SUM and CASE in SQL statement using MySQL function
 
Date Added: Nov 15, 2008, Viewed: 15,454 3 Reviews
PHP and COM
  PHP also provide the way connect to Component Object Model (COM) that is used wildly on MSWindow platform. The following code will show you how to connect to database via COM.
 
Date Added: Mar 29, 2006, Viewed: 8,823 1 Review
PHP and MySQL
  This section will show you how to interact with MySQL database using PHP language. Beside the code below you need to know PHP's built-in functions for MySQL
 
Date Added: Mar 29, 2006, Viewed: 9,119 4 Reviews
PHP and ODBC
  Using PHP to connect database via ODBC is not popular but possible. You can find the reference of built-in function of PHP and ODBC
 
Date Added: Mar 29, 2006, Viewed: 14,295 4 Reviews
PHP Calendar and Date Picker Calendar component
  The calendar component written in php script. It contains 2 modes: normal display calendar and date picker.
 
Date Added: Dec 10, 2006, Viewed: 1,545,685 987 Reviews
PHP Page Navigator component
  The page navigator component written in php script. It contains 2 modes: Page Jump Style and Page Navigator style.
 
Date Added: Apr 12, 2009, Viewed: 10,750 1 Review
PHP: executing string as mathematical equation - website55
  PHP: Interpret Math String and Return Value
 
Date Added: May 13, 2010, Viewed: 62 1 Review
Upload picture and create thumbnail with PHP
  This page will teach you how to write a code in php for uploading picture and create thumbnail by specifying an options via class file
 
Date Added: Sep 14, 2014, Viewed: 422 8 Reviews
1 2 Next»