Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 1998 00:35:08 -0800
From:      "Dave Walton" <walton@nordicdms.com>
To:        Memphisto <szoli@netvisor.hu>, freebsd-questions@FreeBSD.ORG
Subject:   Re: [OT] PHP (was: Oracle for Linux under FreeBSD)
Message-ID:  <19981113083510.4847.qmail@modgud.nordicdms.com>
In-Reply-To: <Pine.LNX.3.96.981113095940.25891D-100000@linux.intranet.netvisor.hu>
References:  <19981113055941.3379.qmail@modgud.nordicdms.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 13 Nov 98, at 10:00, Memphisto wrote:

> > You might want to check out PHP (http://www.php.net).  PHP3 is 

> What exactly PHP is? What is it use for?

To quote the web page, "PHP is a server-side, cross-platform, 
HTML embedded scripting language."  In other words, it is a C-like 
language that lets you write code inside your HTML files.

For example, if you had a file on your site containing this:
--------------------------------------------------
<html><head><title>PHP  Test</title></head>
<body>
Your browser is: <?php  echo  $HTTP_USER_AGENT;  ?>
</body></html>
--------------------------------------------------

A visitor to your site might see this:
--------------------------------------------------
<html><head><title>PHP  Test</title></head>
<body>
Your browser is: Mozilla/3.02 (WinNT; U)
</body></html>
--------------------------------------------------

Obviously, what is it used for is building web sites, particularly 
ones that use databases or have dynamically-generated pages.

Dave


----------------------------------------------------------------------
Dave Walton                                                           
Webmaster, Postmaster                   Nordic Entertainment Worldwide
walton@nordicdms.com                          http://www.nordicdms.com
----------------------------------------------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981113083510.4847.qmail>