I just came across this great site and had to register. I don't exactly write PHP yet, but I do use pre-written scripts for web development. It seems absolutely overwhelming to me to even attempt to learn PHP right now, but what the heck... I did teach myself html a few years ago. Thanks for providing such a great site!
Welcome aboard. Have fun.
<?php $wel="Welcome to PHPBuilder"; $name="Used2gofast"; if (1) { echo $wel . "," . $name . "!!"; } else { die("wth? I can't print!"); } ?>
You CAN write PHP ;-)
It's just a question of how well, at first.