Home

Submit

Source

Feeds

Home » PHP » Miscellaneous ::

PHP Miscellaneous
DSN stands for 'Data Source Name'. It is an easy way to assign useful and easily rememberable names to data sources which may not be limited to databases alone. If you do not know how to set up a system DSN read our tutorial How to set up a system DSN.
Related Tutorials
PHP General Development
How to create a web catching program?
PHP / General Development
This tutorial walks you through on how to create "your own" content grabbing program in minutes. It'll tell you how to create connections, parse unwanted data, smoothen it out and then display it customized to your needs, using a simple yet concrete example of grabbing news from yahoo!.

Site: www.devhome.org Report - View Tutorial

PHP Sessions and Cookies
Session
PHP / Sessions and Cookies
The first time a user accesses to a our pages some connections and disconnections took place. During this process the server and the client will interchange information to identify each other. Due to this exchange of information our server will be able to identify a specific user and this information may be use to assign specific information to each specific client. This relationship between computers is call a session. During the time a session is active, it is possible to assign information to a specific client by using Session related commands.

Site: phptutorial.info Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement