Hi,
was muß ich ins script schreiben, welches unter anderem eine HTML-Datei generiert, um in der HTML-Datei im Head-Bereich folendes zu erhalten?
Ergänzung: (hier muß das rein):
Create the html file that will be used as the forum.
open (FILE, ">$path/$forum_num.html");
print FILE "<html><head><title>$title : $FORM{'forum_name'} Forum</title>\n";
print FILE "</head><body><h1><a href="$mainurl/$mainpage">$title</a> : ";
print FILE "$FORM{'forum_name'}</h1>\n";
&sig;
Danke im Vorraus
mickkkki