PHP: Can you include a file more then once in the same file?

If you include a file more then once in the same file does this cause errors?
is there a way to include a file only once? - It checks to see if the file has already been included and if not it will be included?
 
Back
Top