Simple Text-File Login is a simple user authentication program built with PHP. This program is ideal for websites with limited number of customers and provides reliable logging systems for the users. Being independent of SQL database, all...
Testing a Full-Text Search Stemmer in C# is an informative article in which the author discusses about testing the output of the stemmer component in C#. You can use the stemmer component for FREETEXT queries and CONTAINS queries using the...
File Uploading in ASP.NET Using C# is a web based tutorial which deals with generating an application for file uploading in C#. The author describes about the methods of using the file control for both the single file uploading process and...
Kmailing List is a simple text file-based mailing list script written in PHP. It simply takes in email addresses and put them in a list. No database required. It allows you to email everyone with just a click.
This is a tutorial and an article where users are taught by the author about creation of simple text file counter. The author explains to the users about the ways of creating the simple text counter on their website like adding one to the current...
Text Reader and Text Writer in C# is a tutorial which helps you to learn how to read and write text files in C# using the steamreader and streamwriter class. These Streamreader and streamwriter classes are derived from the base classes TextReader...
How to Read a text file in ASP .NET ? is an user friendly tutorial in which author describes the procedure for reading the text files. Through this tutorial users can learn about name space, which has to be included in the programme to read the...
Open and Read content from a text file is a simple ASP article where you will learn the procedures involved in file management. You can learn how to handle files of your website, to open the files and to read the content of the files line by line....
Reading a text file in ASP is an online tutorial briefing on the FileSystemObject of ASP in managing files and folders. The author of this article has demonstrated on two different methods for reading and writing text files using the ASP codes....
Simple Text Display Web Page Counter This simple page counter uses the File System Object to store the page count in a text file located on the server.You must have the use of the File System Object and enable the server to read and write to the... |