Tag Archives: warning

The Difference Between Include and Require in PHP

Just a quickie today, but a fairly important one at that. What is the difference between using include or require when pulling in data or functions from outside files into your main script in PHP? Continue reading

Posted in Technology & Code | Tagged , , , , | View Comments