Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About PHP
08-25-2008, 12:54 AM
Post: #1
About PHP
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)
Find all posts by this user
Quote this message in a reply
11-10-2008, 04:24 PM
Post: #2
RE: About PHP
A very useful post, especially to beginners to the PHP coding world. It's good to see some sites to start off and ones which have sections and step by step tutorials covering various things.
Find all posts by this user
Quote this message in a reply
11-10-2008, 07:10 PM
Post: #3
RE: About PHP
Hmm, I learned PHP once... But now I forgot it, since I had to catch up on my school work. >_<

I had one of my friends teach me it too, then he stopped being active. >_<

By the way, Thanks for the tut's, really will help me remember. ^^
Find all posts by this user
Quote this message in a reply
11-13-2008, 09:57 PM
Post: #4
RE: About PHP
Thanks.

Ive wanted to learn C++ but it's very confusing, so I think I'm going to try PHP for now. Big Grin

NewGamingEra - General Gaming Community
Visit this user's website Find all posts by this user
Quote this message in a reply
01-23-2009, 09:55 AM
Post: #5
RE: About PHP
i think this is not the right place for this topic
Find all posts by this user
Quote this message in a reply
01-23-2009, 11:34 AM
Post: #6
RE: About PHP
I don't think you needed to bump the thread just to say that.

[Image: mybbsig.php]
Learn MyBB - My Blog
MyBB Support Team
Visit this user's website Find all posts by this user
Quote this message in a reply
01-25-2009, 05:22 AM
Post: #7
RE: About PHP
http://www.w3schools.com/PHP Smile
Is realy good Smile
I use It too Big Grin
Find all posts by this user
Quote this message in a reply
01-28-2009, 08:19 AM
Post: #8
RE: About PHP
Tongue, i kinda know that
whats other stuff, array, database etc,
you not xplain them

[Image: logo.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
03-04-2010, 09:02 AM (This post was last modified: 03-04-2010 12:40 PM by Labrocca.)
Post: #9
RE: About PHP
Really a great post.Thanks for sharing.It will help me a lot.Smile
Find all posts by this user
Quote this message in a reply
03-04-2010, 01:16 PM (This post was last modified: 03-04-2010 01:18 PM by rabble.)
Post: #10
RE: About PHP
(01-28-2009 08:19 AM)IT LEGEND KILLER Wrote:  Tongue, i kinda know that
whats other stuff, array, database etc,
you not xplain them

Is it time for baby's baba?
Actually ... I understand what you mean.

You should have seen me the other day trying to make a php forms page to work.
I kinda wish some one could have spoon-feed me then.

Life is a series of improbable events
Altro Enterprises
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: