|
Display current line number
|
Other links at PHP > Tutorials > Miscellaneous |
| 1. |
Keeping your Dynamic Pages Dynamic
|
|
|
As more and more Web pages become database-driven and dynamic, it will be important that Web browsers display the most up-to-date information available from your site. The author notes "For those who have been in the PHP field for some time, dealing with this issue is nothing new. The problem itself has nothing to do with PHP at all. Rather, it is the clients browser that is the source." This article addresses such topics as PHP and Browser Caches and Cache Controlling Headers.
|
| 3. |
COM Support in PHP
|
|
|
COM allows the reuse of code written in any language. This tutorial explains how to read records from ms-access database through php. COM functions are only available on the Windows version of php. In order to run this script you should have com.allow_dcom has to be set to true in php.ini.
|
| 4. |
Sending SMS Thru HTTP
|
|
|
Use PHP and the HTTP protocol to send text-messages from your website through an SMS gateway.
|
| 5. |
HTTP_USER_AGENT
|
|
|
This tutorial will teach you how to get the name of the browser a person browsing your site is using.
|
|
|