Haifa linux club:PHP lecture
Prev Next


PHP syntax: C+Perl = PHP


If you are coming from a C, C++, Perl or Java background,
learning PHP would probably be a piece of cake. In fact, you probably
can get started writing your scripts almost immediately.

we can escape HTML using php tags(when option --enable-short-tags is enabled) :
<? SOME_PHP_SCRIPT_HERE ?>

Our first PHP script :
<? phpinfo() ?>

This should print a nice HTML table that contains information about the current
PHP build including list of all enabled/disabled options.




HOME