banner ad

Tag: PHP interview tips

PHP Interview Questions for Freshers

| January 31, 2010 | 0 Comments

What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to the browser. 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 of the [...]

Continue Reading

banner ad