So i can put an html file in a folder, but does it need the snippet of code at top? Anton/Alex told me to save my .html as a .php and add a snippet of code. Do I have to go through the bother of .php? Can't i just keep the page .html? Brad
I am not sure what the code does ? Did you specifically request something special to be coded ? There is no problem with putting any file .html or otherwise inside a protected folder...you need to determine why he told you about the snippet and why you might need it, but for default operation you do not need anything but plain html files.
You are at an advantage to the rest of us as you can see the 'snippet of code' you refer to. Problem is nobody else can!!
I think hes refering to the php include code. You need this if your folder isnt protected, and want to protect individual files- for this you would use a php page. If the folder is protected, then html is ok. David