Learn how to use global.asa to display the number of users visiting your site. This tutorial can be broken down into two sections, global.asa, and numvis.asp. Before you can begin this tutorial, make sure your host supports global.asa.
One of the most important scripts which is used online is the Mail Form. Fortunately, PHP makes it extremly easy to use form mail, using the mail() function. So the Form Mail we’re going to make is going to be broken does into 2 parts. One part has the HTML for the form and the second part is the processing for the form. However, we have to work backwards and do the processing before hand. We will ask three things on the form to keep it simple: their name, their e-mail address, and their comments. Lets get started with the first part: Read the rest of this entry »
In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select images from the MYSQL database using php programing. Read the rest of this entry »
A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We’re going to save the amount of hits in a .dat file, so you don’t even need a mySQL database. First off, you have create a directory and CHMOD it 777 so PHP can write the counter.dat file.
Read the rest of this entry »
This is a three-part tutorial that shows you hwo to make a comment/discussion board like those on this site using PHP and mySQL. there are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and commentform.html which is simply a form that can be placed in any page manually or per SSI (server side includes). I realize that it is possible to have all three components in one file, but we are using this multifile method for tutorial functionality.
Read the rest of this entry »
Office 2007 Web Edition, the Google Docs & Spreadsheets Killer
Computers / Gadgets, News, PHP, Programing No Comments »Google Docs & Spreadsheets is a free web-based word processing and spreadsheet program, courtesy of the Mountain View-based search giant. Following its introduction, it has been compared to Microsoft’s Office suite. Concomitantly with the availability of Windows Vista on January 30, Microsoft also delivered the 2007 Office System to the general public. The Redmond Company has failed to respond to the move performed by Google.
Read the rest of this entry »
Learn how to program in php language a simple daily calendar by using 8 steps presented in this tutorial. A very complete tutorial that explains some features using php language. Very complexe tutorial where you can learn php language, css & html all in 1 very powerful script.
Read the rest of this entry »
Learn how to install Apache server with PHP and MYSQL database on Microsoft Windows. This tutorial will explain step by step how to install and configure apache server on a Windows machine with complete links for packages.
Read the rest of this entry »
In this tutorial you will learn how to post on a web page using ASP programing the date & time. This tutorial is for beginers and explains in a very simple method how to display the date & time.
Read the rest of this entry »
An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes, as input areas into which users enter information, and you can use them as areas to display script output.
Read the rest of this entry »
Recent Comments