eHow launches Android app: Get the best of eHow on the go.
Showing 1-22 of 22 results
Log-in pages are used in websites as initial screens to get access to confidential information. Log-in pages require at minimum a username and password. Sometimes you are allowed to select an...
There are many reasons that you may need an page that lets people upload to your site. Whether it is for creating a business database, creating your own social networking site, photos and...
If you are going to develop a website then you will more than likely have a "contact us" page. One part of your "contact us" page will more than likely require a form where...
HTML is a text-based language used to create webpages. Webpages are stored on a computer called a server.
You could write a series of "IF" statements to drill down through a variable value to act up the condition that you were looking to execute. However the swtich statement is much easier...
PHP has a function called fgetcsv that allows you to place the values from a comma separated value (csv) file into an array. The function reads one line (row) at a time, so it must be placed...
Database-driven websites require planning, structure and time to implement. There are four parts to a successful database driven section: a structured website design, MySQL database to hold the...
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...
Sending an email confirmation to an end user is one way to communicate an aura of involvement to your customers. Whether they sign up for a newsletter or complete a survey, an email confirmation...
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...
Including a file in PHP requires one simple statement: "include." For the purposes of this tutorial we are going to create two PHP files. The first file is the one that you want to add into your...
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...
You will learn how to build a "Search Clash" using two different APIs on the BuildaSearch Development Environment (SDE).
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...
With the increasing world-wide use of the Internet in the last decade, multi-language support for websites is now in greater demand. Unfortunately, the cost to translate numerous pages on a...
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...
Dreamweaver has expanded to the realm of more serious Web technologies--like PHP, for example--and has made it a choice application among graphic Web designers. By creating extensions or tweaking...
This article will show you how to wrap text that is sent to an auto-generated PDF file created by Zend_Pdf when developing in PHP using the Zend Framework.
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.