eHow launches Android app: Get the best of eHow on the go.

You've Selected
Category
» Computers » Computer Programming » PHP / MySQL Programming remove
skill level
» Moderate remove
clear your selections

PHP / MySQL Programming

Sort by:
Best Match
Most Popular
Newest

Showing 1-42 of 42 results

  • How to Install and Configure WampServer (Apache, PHP, MySQL) on a Windows PC With IIS

    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...

  • How to Create a Calendar Using PHP

    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...

  • How to Create a File Using PHP

    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...

  • How to Build an Online Database

    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...

  • How to Build a Classifieds Web Site

    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...

  • How to Change PHP Extensions

    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...

  • How to Output the Contents of a Variable in PHP

    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...

  • How to Use a PHP Session Variable to Track a Logged-In User

    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...

  • How to Install SQL 2005 Express on Windows Vista

    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)...

  • How to Create a Member Directory Website in PHP Scripting

    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,...

  • How to Do Paging in PHP

    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...

  • How to Design a Submission Web Page

    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...

  • How to Create a PHP Survey

    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...

  • How to Build a PHP Web Site

    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...

  • How to Create a PHP Web Form

    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...

  • How to Read File Contents into a String in PHP

    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...

  • How to Verify Multiple Checkbox Answers using PHP

    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. ...

  • How to Build a Search Engine using the BuildaSearch API

    You will learn how to build a "Search Clash" using two different APIs on the BuildaSearch Development Environment (SDE).

  • How to Read a File Line by Line in PHP

    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...

  • How to Write SQL Scripts

    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...

  • How to Import Excel Files in MS SQL

    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...

  • How to Use Triggers in SQL Servers

    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!"...

  • How to Create a Word Document From an SQL Query

    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...

  • How to Compare Dates With SQL Oracle

    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...

  • How to Create a Sequence in Oracle 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....

  • How to Create PDF Files in PHP

    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...

  • How to Create a File on an SQL Server

    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...

  • How to Import CSV file into your database using PHP

    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...

  • How to join tables in a SQL query

    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...

  • How to Use PHP to Track Your Site Visitors (Part 1)

    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...

  • How to Create a Script to Access CPanel

    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...

  • How to Create a Line Break in an Email

    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...

  • How to Use the File Function in PHP

    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...

  • How to Use the Flock Function in PHP

    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...

  • How to Build a Website With Article Manager

    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...

  • How to Install the PHP Engine on a Windows PC

    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...

  • How to Log MySQL Errors in PHP

    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 write a PHP script that dynamically builds Excel spreadsheets

    How to build a PHP script that can be used to dynamically build an Excel spreadsheet.

  • How to Write an Informix SQL Delete Command

    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...

  • How to Learn PHP Programming

    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...

  • How to Interface PHP and MySQL

    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...

  • How to Install MySQL

    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...

  • 1
  • 1

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media