definition of php
is an open source server side technology. PHP is both a scripting language and application server technology. Before the page is
sent to a client the
Web server calls
PHP to interpret and perform
the operations called for in the PHP script. Visit phpInfo()
Remember all PHP code exists in the middle of <?php and ?>