About PHP

Forum where you can post and read latest computer programming news and updates.
  • Ads

About PHP

Postby platter007 on Wed Aug 20, 2008 10:29 am

About PHP

PHP is an acronym of hypertext preprocessor. It is a server side language through which we can make a dynamic web page by embedding PHP code into HTML. To run PHP pages you need to have following installation on your system/machine.

OS (Operating System) -> Windows/Linux
Server -> IIS/Apache
Database -> MySQL, MSSQL, ORACLE, MSACCESS, PostgreSQL etc.
PHP -> PHP Installation on System

You can easily run PHP on Windows by installing WAMP server. WAMP stands for Windows+Apache+MySQL+PHP and popularly used as development platform next to LAMP (Linux+Apache+MySQL+PHP).

A sample PHP page script starts as follows:
=========CODE BEGINS========

<?php // PHP Begins
echo 'Hello World'; //(echo) Print Output on Screen
?> //PHP Ends

=========CODE ENDS==========

There are various support and tutorials available for PHP. Some popular resources are:
http://www.php.net (PHP site)
http://www.mysql.com (MySQL site)
http://www.w3schools.com/PHP (PHP Tutorials)http://www.codeplatter.com
platter007
 
Posts: 1
Joined: Wed Aug 20, 2008 9:53 am

Re: About PHP

Postby Skynex53 on Thu Aug 21, 2008 7:03 pm

news ?
Skynex53
 
Posts: 96
Joined: Thu Aug 14, 2008 10:36 am

Re: About PHP

Postby vikas1234 on Thu Sep 11, 2008 7:04 am

thnks but this is not news ...
vikas1234
 
Posts: 18
Joined: Sat Aug 23, 2008 7:36 am

Re: About PHP

Postby ginog on Mon Sep 29, 2008 9:00 am

Hi,
Learning a new language (programming or otherwise) can be a bit overwhelming. Many people just don't know where to start and give up before they even begin. Learning PHP is NOT as overwhelming as it might seem,,The first thing you need, before you start learning PHP, is a basic understanding of HTML. You can switch between PHP and HTML right in the same document
PHP stands for Hyper text Pre processing..it is server side scripting language...PHP is an opensource language..it works nicely with Mysql and apache server..
It is easy to create connection between php and my sql..

Thanks,
Gino http://www.endha.com
ginog
 
Posts: 2
Joined: Mon Sep 29, 2008 7:54 am

Re: About PHP

Postby villagreece on Mon Oct 13, 2008 12:39 pm

Can anybody suggest me the exact tutorials for PHP.
villagreece
 
Posts: 43
Joined: Wed Oct 01, 2008 12:32 pm


Return to Programming News

Who is online

Users browsing this forum: No registered users and 0 guests

  • Ads
cron