SEO: Download Free software, Free Engineering Notes, The Infinite Info

What's New Here?

0

INTRODUCTION TO PHP

PHP (recursive acronym for "PHP: Hypertext Preprocessor").
PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994. Now it has version 4.0.3 with numerous improvements and refinements over the original release.
PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites. It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.


Common uses of PHP:

It performs system functions, i.e. from files on a system it can create, open, read, write, and close them.
It can handle forms, i.e. gather data from files, save data to a file, thru email you can send data, return data to the user.
You can add, delete, modify elements within your database thru PHP.
Access cookies variables and set cookies.
Using PHP, you can restrict users to access some pages of your website.
It can encrypt data.

Apple Users:

If you have OS X, then try these sites to get up and running with PHP:



What you're doing here is getting the apache server up and running, so that you can run PHP scripts offline. Pay particular attention to where files are stored, and to the "localhost" address.

Linux Users

There are quite a few sites out there to help Linux users get up and running with the Apache server and PHP. Here are three sites that are worth checking out:




If you know any better ones, we'd be interested in hearing from you!

Windows Users:


PHP is embedded in HTML. (You could have a file that contains
almost no HTML, but usually it's a mixture.) That means that in amongst your normal
HTML (or XHTML if you're cutting-edge) you'll have PHP statements like this:
<body >
<strong>How to say "Hello, World!"</strong>
<?php echo "Hello, World!";?>
<br>
</body>

NEXT TOPIC >>
Filed in: , , , ,

Get Updates

Share This Post

No comments:

Leave a Reply

2012 LEARN PHP BASICS. All Rights Reserved.
Designed by Theme Junkie, Converted by Uong Jowo