 |
PHP Tips & Tricks - A Picture Upload |
     |
|
PHP can be learned from our tutorials, but once you have the basics down, there's nothing quite like a few examples to help broaden your understanding.
|
|
Date Added:
Oct 13, 2006, Viewed:
247 |
6 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,814 |
1 Review |
|
|
 |
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,274 |
4 Reviews |
|
|
 |
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,106 |
4 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,075 |
7 Reviews |
|
|
 |
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,124 |
7 Reviews |
|
|
|