NDA, Java, LLC, PHP, Viral
Andrew talks about NDAs, Java vs. JavaScript, how much do LLCs cost, and is your idea viral
What is a great book to teach someone how to program in PHP?
I want to know how to write scripts and program in PHP, so that I can add opinion polls to my web site. I can’t find any good books that teaches php in depth from beginning to end. The books seem to teach how to use servers that use php, but not php itself. I learned html and css using books easily. Are there any great books out there that can teach a beginner like me PHP?
PHP Tutorial – 5 – if/elseif/else
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
Is it possible to select parts of a php file but omit others?
Basically i have this:
<?php include ‘php/entry001.php’; ?>
would it be possible to just select a range from that file, and omit others when i include it? I want to select a few paragraphs from it and not the entire file.

