Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
PHP Lesson #1
SUBMITTED BY:
Guest
DATE:
April 30, 2013, 12:31 a.m.
FORMAT:
PHP
SIZE:
358 Bytes
Raw
Download
Tweet
HITS:
998
Go to comments
Report
PHP Lesson #1
All PHP must start with
<?php
and
end
with
?>
Using // in the code signifies that there is a comment on that line only
All statements in the code must end in ; so that the compiler knows how to handle events.
E.g.
<?php
//must start with this
Echo
'Hello'
;
//all statements must end with ;
?>
//must end with this
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus