i attempted to learn it from a book. didnt work out too well. im willing to try again! glad theres something to do... i always feel bad when i give up on a language
I'm going to renew the PHP book I have. PHP is such an awesome language.
<?php
print "PHP is such an awesome language";
$var = 2;
if $var == 2 then
print "I am about to be owned by people who actually know PHP";
?>
I'm sure there's a mistake or two there.
Hi! Little tip:
If you wish to run PHP files at your own computer, you don't need complicated apache or other server program. Use OmniHTTPd. (http://www.omnicron.ca/) You can define your own virtual server, run PHP, perl and ASP scripts with your own computer. Making PHP scripts is easy with that tool, because you can test them immediately. You don't even need permanent connection!