metrosoccer12
08-11-2003, 09:10 PM
well I've previously been using iframes and stuff but i dont think its the way to go anymore... what is the best way to do my site... i heard of php include but i also heard it isnt safe... what do guys think i sshould go with...
The only problem with a PHP include would be if you try to include documents that are either off your domain, or in different directorys, if the images, links, etc do not use absolute paths. The PHP include will just write the source code out, so some elements may break... Guess it depends on what you are needing to do.