| Author |
Message |
bezumec
Learning Promotion

Posts: 57
Group: Member
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
WHAT is php?!
PHP is a computer scripting language originally designed for producing dynamic web pages. It is for server-side scripting, but can be used from a command line interface or in standalone graphical applications.
While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification.Released under the PHP License, the Free Software Foundation considers it to be free software.
PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge.
PHP is installed on more than 20 million websites and 1 million web servers. It is also the most popular Apache module among computers using Apache as a web server.he most recent major release of PHP was version 5.2.6 on May 1, 2008.
|
|
| 07-29-2008 11:48 AM |
|

|
adam2012
Started Website
Posts: 6
Group: Newbie
Joined: May 2009
Status:
Offline
Reputation: 0
|
RE: WHAT is php?!
I have the code
<?php wp_swfobject_echo( "data", "width", "heigth"); ?>
but I need to place this code where the word data is:
<?php echo get_post_meta($post->ID, 'flash-url', $single = true); ?>
when I place it in like this, the inline php does not work, how would go about making this work
___________________________________________
nurture marketing
enterrement de vie de garçon idée
|
|
| 05-31-2009 10:51 AM |
|
 |
juanaballerina
Learning Promotion

Posts: 29
Group: Member
Joined: Sep 2009
Status:
Offline
Reputation: 0
|
RE: WHAT is php?!
oh, i know now.
php is a computer scripting language originally designed for producing dynamic web page
|
|
| 09-29-2009 03:07 AM |
|
 |