Date: Fri, 13 Nov 1998 20:18:31 +0000 (GMT) From: Phillip Salzman <psalzman@gamefish.pcola.gulf.net> To: Dave Walton <walton@nordicdms.com> Cc: Memphisto <szoli@netvisor.hu>, freebsd-questions@FreeBSD.ORG Subject: Re: [OT] PHP (was: Oracle for Linux under FreeBSD) Message-ID: <Pine.BSF.4.05.9811132016440.10779-100000@gamefish.pcola.gulf.net> In-Reply-To: <19981113083510.4847.qmail@modgud.nordicdms.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Yeah, well I like <?php phpinfo()?> more :P~ Gives a nice little stats system... -- Phillip Salzman On Fri, 13 Nov 1998, Dave Walton wrote: > 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 > 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?Pine.BSF.4.05.9811132016440.10779-100000>