eHow launches Android app: Get the best of eHow on the go.
Showing 1-42 of 42 results
WampServer is a free utility that allows you to run Apache, PHP, and MySQL on Microsoft Windows. This article demonstrates how to download, install, and configure WampServer on a Windows PC that...
A PHP calendar is very easy to set up in just a few minutes. Use the calendar on your website to display the current month and date. You can also scroll through previous and coming months. With a...
Writing a file in PHP usually involves writing a text file. What the text file is used for is up to the developer. Most text files that are created by PHP contain configuration information for...
If you want your website to keep track of data such as user profiles, purchasing transactions, or other information worth storing, you need to add a database. This article shows the easiest way...
Whether you are going to create a whole website dedicated to classified ads or just add a classified ad section to an existing site, the process is the same. You will either need to write a...
The PHP programming language comes with the functionality to change or add extensions to the language. Developers primarily look to changing or writing extensions in order to increase the speed of...
I am a php programmer and one of the functions that i use the most is var_dump. This will help you to output the contents and information of any variable in your php script. I have found it to be...
PHP Sessions can automatically track a user and drive them to the log-in page if they are not logged in, or drive them to the main page if they go to the login page again. This article describes...
In operating systems before Windows Vista, Microsoft SQL Server 2005 Express is easily installed. But Vista users have a problem with the installation if Internet Information Services (IIS)...
Creating a member directory website with PHP involves interconnecting three languages: XHTML, MySQL and PHP. This tutorial will show you how to create a login form page, validate the form entry,...
Database driven websites, no matter what scripting or database language combination one uses, all have a common problem: how to display the massive amounts of data without creating a webpage long...
Submission web pages are simply contact forms that allow the end user to communicate with those who are in charge of a website. The forms can collect a wide variety of data, including first and...
Obtaining user feedback is a critical component to every website, whether it is used as market research for a product line, customer experiences from an activity or service, or to help match...
A website with PHP has several advantages when compared to a static, HTML website. Coding with PHP saves time because of several built-in functions, such as "include," which allows you to create...
PHP is a server side scripting language that is used in conjunction with HTML to create dynamic web pages. When used within a form, information can be obtained from web page and then processed in...
PHP provides several methods to use the contents of a file in a script. They all have certain steps in common. These steps are identified as they appear below. If the input file is not already...
INTRODUCTION Suppose you are building an HTML form and you want to verify that the user has at least checked one box and then to record and print the answers that they did check on the screen. ...
You will learn how to build a "Search Clash" using two different APIs on the BuildaSearch Development Environment (SDE).
PHP is a scripting language created in 1995 by Rasmus Lerdorf. It was originally designed to create dynamic web pages, but it can also be used in a standalone graphical interface. The PHP Group...
SQL, or Structured Query Language, which allows for the creation and editing of databases, is one of the easiest Web-based programming languages to understand. The commands are intuitive, and...
Microsoft Excel is a highly popular spreadsheet program that is commonly used for storing data. Although Excel is not a database, it can be used for exporting and importing data from and to...
SQL triggers are a useful function that give a server specific instructions on what to do in specific situations. For example, SQL can be set up to send out an email every time the "Email me!"...
SQL stands for Structured Query Language and is a querying language for modifying and querying data and also managing the database.The database management system includes administrative functions...
For end users it is not uncommon to request a comparison of two points of time in SQL Oracle. The process may become complex when needing to compare the value of multiple date ranges with SQL...
A sequence Oracle refers to an object that is used to create auto-number field that is also called number sequence. This is then used to create a unique number, which can can act as primary key....
PDF is one of the most popular electronic document formats due both to its safety and integrity of varying multimedia file types into one document. With the standardization of the PDF format in...
If your web server has a database-management tool like SQL installed on it, you can begin adding new database files. Files on an SQL server are typically created through a Web interface called...
PHP gives an ease when it comes to Import flat data (Data without hierarchical structure). If you are using XML to fetch and store data that is fine but what about the case when your client have...
SQL tables are a great way to store information. It is always a good idea to put data of different types into different tables, rather than creating one large and confusing table. This article...
There already exist all kinds of tools for traffic analysis and management; from complete traffic analyzers to simple site/page visitor counters. There are free ones, too, but the majority come...
CPanel is a popular web hosting management program that has a graphical user interface that makes it easier to navigate than other similar programs. Although cPanel offers great control of the web...
One of the most powerful and useful functions in PHP programming and other server-side scripting languages is the ability for the server to send an e-mail message based on the way a user fills out...
The file function in PHP reads a file into an array and returns the array. You should use file_get_contents instead if you would like the contents of the file returned as a string. The following...
The flock function provides a file locking capability that allows you to read and write from a file. It will work on almost all platforms, including most Windows and Unix operating systems. The...
If you want to build an informative website with an article manager, then you need a bit of knowledge and expertise in the field first. Keep reading, because by the time you finish this, you will...
Installing the PHP engine on your Windows PC is fairly straightforward but does require a previous installation of some type of web server. Apache is a free web server downloaded from the Internet...
Sometimes, our MySQL queries throw an error. Usually, we don't want our users to see the error, but we'll still need to know what the error was.
How to build a PHP script that can be used to dynamically build an Excel spreadsheet.
There are three primary actions that a SQL programmer must make with information in a database. These are the insert command, the update command and the delete command. The delete command allows...
PHP is an open source software that is a server side script. You can use PHP on several different platforms such as Windows, Linux and Unix. This programming language is simple to learn and runs...
PHP is a Web-development scripting language used for generating dynamic Web pages. MySQL is a database server that supports efficient multi-threading (simultaneous user access). PHP and MySQL are...
MySQL is a server program for querying databases. It will allow you to get the data you need from your database as well as managing the database and allowing the user to get reports. MySQL is a...