1. What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to the browser. 2. What’s the difference between include and require? – It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution [...]




January 16th, 2011
admin
Posted in
Tags: