Showing 1-45 of 45 results
When PHP is installed and set up on a web server, an association will be created between files that end with the letters "php" and the PHP processor program. In order to allow the PHP processor to...
PHP is one of the most popular scripting languages for developing dynamic websites. PHP syntax is simple to learn, and can be embedded directly into HTML code. With PHP, you can create dynamic...
PHP is a server-side language, meaning it executes on a website's server before converting into HTML documents that are sent to a user's web browser. PHP is used both as a scripting language, with...
PHP is programming language that rivals ASP. The language is more affordable, so it is a preferred language for many businesses and home users. PHP has its own syntax, and the basics are important...
PHP is a programming language of the Internet. Part of creating dynamic pages is using SQL in PHP to retrieve data from the server. This code is produced in the PHP pages where it calls the...
A cookie is a text file placed in the cache of a browser. Its purpose is to store information that the browser needs to create the correct environment for the user. Cookies are used to store login...
PHP is a scripting language that is run on a web host server. Javascript is a script language that is loaded only after the PHP has run. Inserting PHP code allows the programmer to insert values...
Deleting an existing cookie from a client machine requires resetting the expiration date. You can in effect set the cookie to nothing and then remove it from the client machine. The best way to...
PHP scripts are used to process information from a Web form. The information can be sent to an email address, or the data can be used in databases or calculations. The PHP code is embedded in a...
One of the benefits of using the server-side language PHP is that it contains built-in tools for interacting with your MySQL databases. If you have a MySQL database set up, you can create and...
PHP code can seem daunting at first, but it does contain numerous functions that are easy to implement without necessarily knowing what every single line means. One such function? Creating a form...
PHP offers literal and figurative interpretations of strings to give it's developers more flexibility. Take into consideration the following string: You have $num eHow articles.\n The most...
In a nutshell, the super global $_SESSION is used in the PHP programming language to store information on a website for a specified length of time, and across multiple pages. When you log into a...
PHP is a dynamic code language for the Web that interacts with a database to pull information and place it accordingly within a master PHP template or theme. WordPress, a popular blogging platform...
A dynamic web page is a web page that changes each time a person visits the page (or at least changes often, without the user being aware of the changes). One of the easiest ways to make a web...
It's easy to learn the basics of HTML code. It's not so easy to create a massive site with MySQL databases, tabbed layouts, embedded videos and a sales checkout section. Luckily, you can use...
Portable Document Format (PDF) is a file format that was created by Adobe Systems. Users can exchange PDF documents containing text, images and fonts. There are often times when a website owner...
When creating a website file, converting a website file or opening a website file, it may be necessary to change the URL file extension. There are different file extensions on URLs such as .php,...
You can find many types of games online. Creating your own game for others to play can be a lot of fun and very rewarding. However, it can also be difficult to make a game that works well and is...
If, Else If, and Else are three sides of conditional programming in PHP which are used widely in the building of dynamic websites. In other words, these three little commands tell your computer...
A PHProxy is a script, or line of code, which controls the flow of information between a user's computer and the server hosting a website. PHP--which stands for Personal Home Page--requires a web...
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).
Even through one company there are so many web hosting services that it can be difficult to know how to compare then. Web hosting services can be a simple package that the buyer is responsible for...
This article will teach users with a basic knowledge of PHP 5 and database structure to create a connection to a database, retrieve, add, change, and delete data from that database using PHP 5 and...
PHP offers a more dynamic and interesting web experience than any straight HTML coding, since it allows for server generated content on demand. Programming can be challenging to commence, however,...
Rapid Leech is a free server transfer script for use on various popular upload/download sites such as megaupload.com - The script transfers files from rapid share (for example) via your fast...
The use of 301 redirects and 302 redirects is a convenient method of sending traffic from one web address to another, without passing the surfer through an intermediate page. These redirects are...
If you're designing a website, for example, and you'd like to have a random image appear, you can write a PHP script to do this. You can integrate the script into your HTML code to provide random...
Anyone into affiliate marketing can recognise and affiliate link immediately. Some unscrupulous people remove affiliate IDs from links, or even replace them with their own, so that the marketer...
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...
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...
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.
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,...
Reading from and writing to files is one of the most common programming tasks. You can't process data if you don't get it from somewhere (most often a file), and you will usually need to store 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...
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...
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 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...