PDA

View Full Version : Help with PHP


fulvio
09-10-2005, 09:43 AM
I am new to php and I am a little confused with a few things...

include ("file.html");
include "file.html";
include 'file.html';
include file.html;

Are they all the same thing?? Any difference??