Archive for January, 2007

Php – A First Look

Wednesday, January 31st, 2007
Php - A First Look

PHP: Hypertext Processor is a server-side web programming language that blends seamlessly with HTML. PHP can run on both Unix and Windows servers, which makes it more accessible than its Windows counterpart, Active Server Pages (ASP). Most full-service web design firms will have at least one PHP guru.

PHP uses are widespread, and can include any kind of server functionality that takes user’s input and displays or manipulates the in (more…)

Take Control of Your Web Presence With a Php Tutorial Script

Friday, January 19th, 2007
Take Control of Your Web Presence With a Php Tutorial Script

A PHP tutorial script is a way to learn PHP language. PHP scripting is a powerful computer language for creating flexible, attention grabbing and interactive websites. Once you have learned by practicing in a PHP tutorial script you can script your own websites on the server-side of whatever Internet service provider you are using.

A PHP tutorial script will give you the ability to use the widespread, free, and open source alternati (more…)

Self-taught Php/mysql: a Simple Page Counter Tutorial

Tuesday, January 16th, 2007
Self-taught Php/mysql: a Simple Page Counter Tutorial

Self-Taught PHP/MYSQL: a simple Page Counter

This article is a short introduction to PHP and MySQL using the example of a simple page counter. I will illustrate creating the database in MySQL, connecting to the database from the PHP script, querying the database for information, displaying the information in a web page, and writing the information back to the database. As always, the fastest way to master the process is to jump (more…)

Web scripts and the advent of the scripting language

Monday, January 8th, 2007
Web scripts and the advent of the scripting language

Given that fact, it’s no wonder that there are a lot of people who are experts when it comes to the different scripting or programming languages available.

We all know that a script represents a programming language, being used for the control of different software applications. The Internet offers an impressive number of free scripts to those who are interested, including PHP, ASP, CGI, PERL and AJAX among the available programming lang (more…)

How To Create A Mysql Database To Install A Php Script

Sunday, January 7th, 2007
How To Create A Mysql Database To Install A Php Script

Many php scripts available for download require that a mysql database be created so that data can be stored for use with the script itself. This may seem like a daunting task for a beginner. But don’t worry, the only difficult part about it is not knowing what to do and that’s what we’re here to teach you.

It’s assumed that you already have a web host and access to hosting administration like cPanel, Plesk, etc. We’ll be using cPanel for t (more…)