Not sure if I'm supposed to post this here or elsewhere but, I'm creating a webpage with a template etc that can easily be changed. I did this by creating a blank php file and stuffing it full o' variables e.g.
Then in the page i use the require function to grab the php files and create those variables, then instead of putting in
I put
That seems to be working fine, except for frames... It keeps putting a frameborder in and I dont know why, it works in html, but not in php. The frame tag all have the following attributes in
And all that information (but with single quotes) is stored in a variable, which is called inside the <frameset> tag aswell....
Why wont this work!?