eHow launches Android app: Get the best of eHow on the go.
Showing 1-17 of 17 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...
MySQL Injection is act of inserting MySQL statement into a database without the knowledge of the owner of the database. It is generally done by exploiting user input fields that are not protected...
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...
MySQL and PHP are part of the LAMP (Linux, Apache, MySQL, PHP) software stack. Combining PHP and MySQL allows you to create dynamic web pages and store user data such as login information or...
HTML is a text-based language used to create webpages. Webpages are stored on a computer called a server.
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...
The ability to run server side scripts on a web page makes the browsing experience more interactive and enjoyable. Common packages for such scripts are CGI and PHP, which allow developers to...
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...
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...
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...