eHow launches Android app: Get the best of eHow on the go.
Top 50
Ever wonder how websites such as digg, facebook, and myspace have like a bazillion web pages and yours only has the ones you wrote the HTML for? Ill explain how this is done in this article!
FINDING MONEY to invest in the Philippine stock market is always a challenge for the beginning investor who is heavy with financial commitments like credit card payments, personal loan...
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...
A Server Side Include (SSI) is a small bit of HTML that can be inserted onto any page of your website by the server when the page loads. A single Server Side Include file can be used again and...
If you're a webmaster, then you know that it's essential to maintain seamless contact with your site's visitors. One way to do this is through the use of feedback forms placed on your site. These...
ffmpeg is widely used for media format conversions or encoding. You may have seen on Youtube. Whatever media format you upload, it is converted into streaming flash files(.flv).
SELinux is a great tool that should be used on every publicly accessible web server, and on any corporate server where you have a need to secure the data. SELinux secures services until you...
Learn how to easily write a PHP function which will be able to generate all the HTML code of a Drop Down List containing all 50 states.
After you have built a server machine and installed the necessary operating system and server software, your attention turns to configuration. Configuring a home server entirely depends on its...
This tutorial assumes that you have been exposed to both the MySQL database and some PHP programming. MySQL is a very popular relational database used on the internet for millions of websites....
PHP is a powerful scripting language. Understanding how to install a PHP script is the first step on your journey to a world of dynamic content. The following steps will show you how to install a...
If want to restrict access to certain areas of your website to certain users, then you must format your site for authenticating passwords. Password authentication enables you to validate and...
You have a database. You want to connect to the database from your PHP program and do some awesome stuff. Easy!
Have you ever wanted to make your own website but really did not want to pay a monthly bill to a web hosting company? Do you have an extra computer laying around collecting dust? Learn to...
If you're in Manila on business and find yourself in need of an LCD projector, there are several places to turn. LCD projectors can come in handy when delivering a presentation at a school,...
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...
Using PHP to create your website has a number of distinct advantages over using standard html. The use of PHP allows you to create a site that is more interactive and engaging for your visitors,...
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...
The Internet is opening up many business opportunities for entrepreneurs who would like to run a simple business from their home. Starting and running a greeting card website is easy to set up and...
Classified websites are used to advertise and sell everything from cars to typing services. Websites such as Craig's List allow visitors to post their ads for goods and services they have for sale...
If you've ever had the desire to start your own website, but can't afford to pay a professional's design fees, then it may be in you best interest to learn on your own. The basic language of...
Web sites built solely with HTML code might still be fine for personal Web sites with two or three pages, but the Internet is really about data. Whether that data is sales numbers or a member...
Arrays are an important part of every programming language and PHP is no different. They allow you to store multiple values into a single variable. This is accomplished by being able to index...
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...
This article discusses configuring PHP 5.02 to work with Apache 2.0.52. This is under the Windows environment and assumes that Apache is already installed. PHP can be downloaded from the internet...
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,...
Computer programming is something that can take years to grasp. Colleges offer degrees in Computer Science that include massive amounts of programming, but the Internet has thousands of tutorials...
With eNom's Web Hosting you have the ability to mix and match php4 and php5, as well as asp.Net 1.1 and 2.0 You can do this on a per host header basis, meaning each domain that points to a...
PHP is short for Hypertext Preprocessor, a reflective programming language that produces Web pages that respond to a viewer’s actions. PHP is embedded within HTML script but can also stand on its...
PHP is a scripting language that was developed to make Web designers’ jobs a little easier. This free scripting language is constantly under development; so, to get the most out of this hypertext...
PHP is a powerful scripting language. Understanding how to install a PHP script is the first step on your journey to a world of dynamic content. The following steps show how to install a basic PHP...
If you have a website and want to keep some of the content on it secure against unauthorized users, you'll need a way to let authorized users log in to your system securely. A PHP script (in...
PHP is a handy web programming language that you can use with HTML. You either can add a section of PHP code to an existing HTML document, or you can add HTML code to a PHP document. Just follow...
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...
If you are setting up a web server then having Zend's "Optimizer" for your server is a necessary evil for just about any client who uses PHP. Sometimes it can be tricky to install, I...
Sometimes when you have both Zend Optimizer and the ionCube loader installed on your system apache can break the first time you try and run it. This is typically becuase the two installers do...
When you have a website that is open to contribution by numerous users, it's important to have a user-friendly content management system. There are a great many open source software options that...
The echo function (or more precisely a language construct) is one of the most frequently used functions in PHP. All programming languages have a function that allows you to print text in the...
Arrays are data structures, and they are frequently used in all programming languages, including PHP. In PHP, an array is actually a map, because each key is mapped to a value. Arrays are very...
Calendars are very useful, small widgets that you can put on your site. Calendars can be used for many more things than showing the current date. One of the most popular uses of a calendar control...
Conditional statements are one of the most powerful tools in any programming language because, without them, it would not be possible to control the program flow. Like any other programming...
Conditional statements are among the most powerful tools in any programming language. Without them, it would not be possible to control the program flow. Like any other programming language, PHP...
Conditional statements and loops are powerful tools (in PHP or any other programming language) that help control the program flow. Like other programming languages, PHP has a set of conditional...
Conditional statements and loops are used to control the flow of a program. Like any other programming language, PHP has conditional statements and loops that trigger a different action when a...
Like any other programming language, PHP uses conditional statements to trigger a different action when a condition is or is not met. One of these statements is the do while statement. Conditional...
PHP has several conditional and loop statements that have been part of the language since its creation. Unlike them, the foreach statement was introduced in PHP later, influenced by other...
PHP has over 700 built-in functions, but you have the freedom to create your own functions if need be. Functions are just blocks of code, so if you have blocks of code that you use frequently,...
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 programming language used with HTML to design websites. MySQL is a database program that is efficient and reliable. To properly use PHP and MySQL you need to have both programs downloaded...
How to build a PHP script that can be used to dynamically build an Excel spreadsheet.