Results for "Category: Internet/ Browsers/ HTML"
This describes how to use while(), list() and each() in conjunction with the predefined PHP variables $HTTP_POST_VARS and $HTTP_GET_VARS to read information passed to a page without knowing the variable names, or how many variables were passed.
A generic form processor. Supports all form elements, required fields, redirection after submit, file uploads. One script can drive many forms. Can also use templates for the "thank you" page and the email that is generated so that the forms' input can be displayed. By Richard Heyes. Updates at: http://www.heyes-computing.net/scripts/index.html.
Produces metatags based on what a user enters in the relevant text boxes
Live Counter! is a combination of PHP code and a Flash movie. It shows the counter state LIVE, without reloading the whole page. This means, that every site access increases the loaded counter. The counter receives about 1 byte/s, it is optimized to use a very small bandwith.
This is a flat file mailing list system. It saves all member names and emails to text files and send confirmation signup emails. People can signup easily with a simple form and you can then send out an email to all members in one hit very easily.
Custom code records basic statistics (IP, Host, Referrer, and UserAgent) and hits count for unique visitors to your website. Tries to prevent duplicate entries.
The article shows how to upload files in PHP.
Shows how to create a counter, as well as record the date and time into a file.
With this code you can dynamicly preload a whole directory of images.
Teaches you howto send html based E-mail with php
Hang the man in PHP. Picks a random word from a wordlist on the server, and the user must guess this word before the man gets hung. Also, you can choose to allow visitors the ability to add new words to the word list on the server (which can result in an _odd_ wordlist). These are checked to be single words using only characters a-z. Image of hanging man is created server side. Can be seen working at http://notfunny.org/hangman
This is a script to display the number of page views/hits to your site. Very simple, and easy to follow.
UPDATE ------------- New version has been released. Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1643&lngWId=8 to get it. ----------- Gets the latest google world news links and formats it in a neat table. UPDATE: I've edited it so that some errors people have been having should go away. :) UPDATE #2: I've changed it once again to suit Google's updated HTML code layout. I've tested it under PHP 4.1.1 and so it should work on later versions as well.
This is a very aesy news script that does not use mysql to be aviable on as much hosts as possible
It can count the people that visit your home page and the code can generate image (You don't need to convert index.html to index.php) Prevent from recounting. the porgram will remember that this people 've already viewed the page and it will not recount I use cookie to remember people,and drawing image need GD Lib version 2, Goodluck , Hus
It alllows you to add ad banners to your site very easily. It teaches beginners how to use arrays, count arrays, and select one at random then generate some HTML out of it.
This is a PHP/MySQL based object oriented fully customizable guestbook. Various Features: Admin page to delte entry. Admin Page to edit entry. Fully Customizable look. Easy Navigation. Easy to Install.
If you do ASP.NET web forms, have you noticed that they seem to act buggy after the user hits the back button? For example, do events start firing off that shouldn't be, or does the state on the form get reset to what the user typed in 2 times ago, or worse? It's not a bug...and here's how to fix it.
Sending email in ASP.NET is a breeze! Check out this example. Note that docs say that the .SMTPServer property is optional...if you don't specify one, Windows queues up your email for you. However, I haven't tested out this method of sending mail.
When working on a website that was supposed to use the new ASP.NET file upload object (great feature by the way) to upload files and then copy them to a network file server, I discovered that ASP.NET does not honor the security account that you setup in IIS by default! You have to override it to get it to do so. This article explains how and will hopefully save you some time and aggravation of your own.