Hi all! whats the best way to put files together like the <!-- #include virtual gaga.html--> does!? is in PHP a special way available to do the same?
Thanks for your help (i'm a beginer, and sorry about my english) :-)
THX, tom
<--include virtual .....
Moderators: egami, macek, gesf
- WiZARD
- Moderator
- Posts: 1240
- Joined: Thu Jun 20, 2002 10:14 pm
- Location: Ukraine, Crimea, Simferopol
- Contact:
glow wrote:Hi all! whats the best way to put files together like the <!-- #include virtual gaga.html--> does!? is in PHP a special way available to do the same?
Thanks for your help (i'm a beginer, and sorry about my english) :-)
THX, tom
You may use functions:
include 'file.ext'
include_once 'file.ext'
require 'file.ext'
require_one 'file.ext'
or manipulate by this function by if
"Sex,Drugs and Rock&Roll " replaced at "Sucks,Bugs and Plug&Play";

