Printing all CGI environment variables is an article that provides a short CGI program which is capable of printing every environment variable that it knows.
Mynews Beta Fix is written using PHP and MySQL as the database. It is used to fetch the news from MySQL table in a date wise order. It has many enhanced features for the users to fetch news from the database. It display all active news in half...
PHP4's session variables are stored in files, however, for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ODBC,...
You can get more details on Session Variables and this article describes the problems in implementing Session Variables. This tutorial describes, how one can access the session variables throughout the modules like NewsGroups. Provided suggestions...
This web based ASP article provides useful instructions on how to display all array items on web pages through ASP. It is first suggested to implement the FOR NEXT loop to retrieve each item one by one starting from lower index upto upper index....
Display all possible regular solids in three and four dimensional space. The solids can be rotated and viewed in 3D with red and green glasses.
This script will display all the modules that are installed on your server.
From this tutorial you can learn on how to store user information with session variables easily via sample coding. The author explains about the problem of this sesson variables while accessing them along with HTTP protocol and the solutions are...
An easy-to-install script to display all GIF, JPG, JPEG, PNG and BMP images on-the-fly from a single web directory. Images display as thumbnails in an HTML table with a customizable number of columns.
In this ASP tutorial, the benefits and disadvantages of Session Variables are analysed where the solutions are also provided to reduce the probelms when using session variables in ASP applications such as newsgroups. Also, describes the utility of... |