cmoazz
02-15-2006, 10:56 PM
Hi, is there a way to have html within html, without using frames. Well I know theres a way, does anyone know how to do it? Thanks.
|
Click to See Complete Forum and Search --> : html within html cmoazz 02-15-2006, 10:56 PM Hi, is there a way to have html within html, without using frames. Well I know theres a way, does anyone know how to do it? Thanks. NogDog 02-15-2006, 11:15 PM Server-side includes or server-side scripting (such as the "include" command in PHP). Kravvitz 02-15-2006, 11:18 PM PHP includes (http://www.php.net/manual/en/function.include.php) or SSI (http://httpd.apache.org/docs/howto/ssi.html) Keep in mind that they combine files so that the result is one document. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |