|
-
Feb 15th, 2002, 05:03 PM
#1
Thread Starter
Lively Member
ok, very good question here, what is PHP, can someone give me a use, an example and how it differs to any other Web language (If you were un-aware i have no-idea what PHP is)
-
Feb 16th, 2002, 10:24 AM
#2
PowerPoster
it started life as a wrapper for perl but became a language all by itself. For that reason it is very similar to perl, also other web scripting languages like javascript.
And that's all it is, a web scripting language. It allows you to provide dynamic content on a web page which static HTML can't. Along with that it is very closely tied with MySQL and other sql servers.
PHP can be embedded into any HTML file, and the interpreter will only compile the PHP bits, it will ignore the rest of the HTML and just output it as is. All you have to do is give your html file a .php(3) extension and usually you can place it anywhere rather than just in a cgi-bin.
-
Feb 18th, 2002, 11:45 AM
#3
Black Cat
it started life as a wrapper for perl but became a language all by itself. For that reason it is very similar to perl, also other web scripting languages like javascript.
I though it started as a wrapper for the standard C library functions?
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Feb 18th, 2002, 12:14 PM
#4
PowerPoster
maybe...sure I read it somewhere.
meh you're probably right.
-
Feb 18th, 2002, 06:47 PM
#5
Fanatic Member
Originally posted by chrisjk
... All you have to do is give your html file a .php(3) extension and ...
or just *.php
-
Feb 18th, 2002, 08:30 PM
#6
PowerPoster
the best reference i have found is http://www.php.net
If you are advanced at programming, then just looking up the functions should be enough for you.
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Feb 18th, 2002, 08:49 PM
#7
PowerPoster
Originally posted by ubunreal69
or just *.php
that be why I put the 3 in brackets (optional)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|