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

PHP / MySQL Programming

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 155 results

  • How to use Application Development Company Services

    A typical web application facilitates business owners to engage with stakeholders in sharing important data and information. In other words be it employees, business partners, suppliers, investors...

  • How to bridge Joomla and PHPBB

    How to Bridge Joomla and PHPBB for Dual login purposes. How Registration and login to forum/site is Aquired

  • How to Show Columns in a MySQL Table

    MySQL is a relational database that is available for all operating systems. It is often used in conjunction with web servers to create dynamic web pages. When a database administrator creates a...

  • 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 Open a PHP File in Vista

    While the Notepad program that comes installed with Windows Vista can open many PHP files for in-line editing, a free application called Notepad2 adds flexibility and compatibility. Notepad2 also...

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

  • MySQL Perl DBI Tutorial

    One of the most powerful features of Perl is its ability to process, parse, manipulate and format text and data, making it an ideal language for developing database applications. The Perl Database...

  • How to view PHP website on localhost

    There are few ways to check your PHP website. 1. Either on Localhost 2. Directly on webhosting. Getting webhosting and trying it everytime is wastage of money if your website will take time.Thus...

  • What Is the File Extension PHP?

    The .PHP file extension is used in the PHP (Hypertext Preprocessor) programming language for developing PHP-based Web applications and websites. Many modern websites use PHP to drive their services.

  • How to Create an HTML Login Page

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

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

  • MySQL Injection Tutorial

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

  • MySQL for Windows Tutorials

    MySQL is a free open source relational database management system (RDBMS). Setting up and installing MySQL on Windows can be a challenging task for a first-time user; however, the possibilities...

  • How Do I Create a Login Form for My Website?

    Creating a login form for your website can be done several ways, but there are two basic concepts, each preferable for achieving certain goals. The first method is through an .htaccess file. This...

  • The Best Book for Learning PHP

    PHP, a server-side programming language, is one of the most complicated ingredients to use when creating a powerful, dynamic website. It's difficult to learn and even harder to master, which means...

  • SQL Replace Command

    Structured Query Language is a database language that retrieves information from databases and displays it to the user. Its replace keyword function can search a string for one or several...

  • How to Create an Upload Page

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

  • What Is a PHP File?

    A PHP file is a text document containing a specific code that is ran and executed by a program called an interpreter. These programs can have a very wide variety of purposes. PHP (PHP: Hypertext...

  • How to Install IIS On Microsoft Windows Vista

    Web developers and those who use VMWare server need to have IIS installed on their computers in order to develop ASP, PHP web pages or to utilize VMWare Server. Here is how to easily install IIS...

  • 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 Make a PHP Header

    Many people who know some basic html are deterred from the idea of a header because that requires PHP and the whole thing just seems infinitely complicated. Well, guess what? It's not! In fact,...

  • How to Fix the Backspace and Delete Keystrokes in SQL Developer

    I have recently faced an issue in the query editor in SQL Developer. I opened up my session and found that both the backspace and the delete keys were not responding in the query editor. This is a...

  • 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 calculate longitude latitude distance in SQL (T-SQL)

    Using Google Maps or other online sites to get the distance between two points will work for most everyday situations, but if you have to calculate the distances of multiple (sometimes thousands)...

  • How to remove the time from DateTime datatype in SQL (T-SQL)

    Using the timestamp in SQL is an easy way to store the current date and time, however some instances, having the time as part of the data will give you unwanted results. This is how to remove the...

  • MySQL Joins Tutorial

    The JOIN statement in MySQL is used to combine data from two or more tables into a common set. The tables are combined through a common column in each table. The columns do not have to have the...

  • MySQL Select Number of Records Tutorial

    The MySQL "Count" function allows you to find the number of rows that meet a certain criteria within a "Select" statement without returning the data within those rows. The "Count" function can be...

  • MySQL PHP Apache Tutorial

    Combining the open source MySQL database, PHP scripting language and Apache Web Server allows you to create dynamic web sites for free. This software application is the basis for the popular LAMP...

  • MySQL Foreign Key Tutorial

    A foreign key is a column in one table that points to the primary key column of another table. Using a foreign key ensures that the integrity of the data across tables is maintained as the values...

  • MySQL Commands Tutorial

    The MySQL reference manual separates commands into "administrative commands" and "statements." The administrative commands are ones that the MySQL client interprets. Statements are commands...

  • MySQL Replication Tutorial

    MySQL provides asynchronous replication in which a master database server is replicated to one or more slave server. You can configure the replication to include all or select databases or only...

  • MySQL Subqueries Tutorial

    Subqueries are queries nested within another query. Subqueries allow you to separate each part of the statement and provide a more readable alternative to performing operations that would require...

  • An Advanced MySQL Tutorial

    MySQL is a relational database system that organizes data into tables. Once you create your MySQL database, there are advanced functions and techniques you can utilize to make your queries run...

  • MySQL Sum Tutorial

    The MySQL SUM() statement is an aggregate or group function that operates on a set of values. The SUM() statement only works on numeric values and totals a specific column in a group. It can...

  • MySQL Indexing Tutorial

    Like an index in a book, a MySQL index allows you to find data more efficiently. The index only contains the fields you are interested in sorting on, rather than the entire record. All data...

  • MySQL PHP Query Tutorial

    You can use PHP to send queries to a MySQL database. PHP must be configured to use the MySQL client libraries during the installation process. If your web servers support PHP, it most likely has...

  • MySQL Script Tutorial

    Typing SQL statements at the MySQL prompt is time-consuming and error-prone. If you have a long sequence of statements, or statements that you execute on a regular basis, it is better to create a...

  • MySQL Administration Tutorials

    Two of the most common administration tasks for the MySQL server are creating and managing user accounts and monitoring system logs. User accounts are assigned from within the MySQL server and...

  • MySQL Permissions Tutorial

    MySQL provides permissions (privileges) based on the level of operation of the user. Administrative privileges manage the operation of the server. Database privileges are specific to the...

  • PHP Tutorial: MySQL

    MySQL is an open source database. SQL, or Structured Query Language, is the language used to create, query and manipulate MySQL databases. The server-side scripting language, PHP, in conjunction...

  • MySQL Load Data Tutorial

    MySQL uses the "INSERT" and "LOAD DATA" statements to insert records into a database table. The "INSERT" statement loads one record at a time, while the "LOAD DATA" statement imports data from...

  • MySQL Create a Database Tutorial

    When you first start the MySQL server, you must create a blank database and fill it with tables. Before setting up the database and the tables, you should know how you want to structure your...

  • MySQL Linux Tutorials

    MySQL is an enterprise-ready, open source database used by individual web developers as well as companies such as Yahoo!, Google and YouTube. It is the database portion of the LAMP (Linux,...

  • MySQL PHP Insert Tutorial

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

  • How to use the SQL INSERT INTO command

    This article will teach you the basics of using SQL Server's INSERT INTO command. Once you've got the syntax down it is really quite easy!

  • PHP Hit Counter Tutorial

    A hit counter is a script that counts the number of times a web page has been accessed. This allows both the owner of the page and visitors to know how popular the page is. A simple hit counter...

  • How to Perform a SQL Server Restore of a database backup

    So you've made your SQL Server backup and now something has happened and you need to restore your backup. This tutorial walks through using the Microsoft SQL Server Management Studio interface to...

  • How to Perform a SQL Server Backup

    SQL Server 2005 makes it easy to backup your databases. This article discusses using the user interface provided by Microsoft SQL Server Management Studio to do a one-time backup of a SQL Server...

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.

Demand Media