Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
Recent Updates
[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 24, 2024, 11:48:22 AM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[April 03, 2024, 06:11:00 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » PHP
 What is PHP
Pages: [1]   Go Down
  Print  
Author Topic: What is PHP  (Read 1212 times)
Hellraiser
TWI Trailblazer
*******



Karma: 3
Offline Offline

Posts: 2476


View Profile
What is PHP
« Posted: August 29, 2007, 10:07:02 AM »


What is PHP

PHP is basically used in creating 'dynamic websites'. A Dynamic website is one where a database is connected to the website, where you can store limitless data and retrieve it in any format you like. For instance in a school we have information of hundreds of students, teachers and other staff members or a store with a whole lot of products++.  We take all this information store in a database and retrieve it beautifully on our website, accessible through the internet anywhere and anytime.

The official PHP website is http://www.php.net. Download PHP from

   1. http://www.php.net/downloads.php
   2. Or let us download PHP 5.2 for you (pssttt.. choose this option as believe me downloading and configuring PHP can be a mess at times)

Back to What is PHP. Once you have PHP installed and configured you enter the magical world of programming (ok! not magical but frustrating but also fruitful and satisfactory in the end)

Once again PHP is a server-side scripting language for creating dynamic Web pages. Here you create normal webpages using HTML but add PHP programming features anywhere anytime by just using <? ?> these tags. When a visitor opens the page, the server processes the PHP commands and then sends the results to the visitor's browser, just as with ASP or ColdFusion. Unlike ASP or ColdFusion, however, PHP is Open Source and cross-platform.

PHP runs on Windows NT and many Unix versions, and it can be built as an Apache module and as a binary that can run as a CGI. When built as an Apache module, PHP is especially lightweight and speedy. Without any process creation overhead, it can return results quickly, but it doesn't require the tuning of mod_perl to keep your server's memory image small.

For Unix systems, you'll need basic Unix skills, such as using make and a C compiler, an ANSI C compiler on your system, and a Web server. For Windows 95/NT, you'll need one of the following servers: Microsoft Personal Web Server, Microsoft Internet Information Server 3 or 4, Apache 1.3.x, or Omni HTTPd 2.0b1. If you are running a website on your local computer (http://localhost) you need to install PHP on your PC but if your hosting the website on the internet (which is what you have to do ultimately) you have to make sure your hosting company supports PHP.

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.135 seconds with 24 queries.