Hallo
Ich versuche einen Block der Javascript enthält einzubinden.
doch ich bekomme immer nur diese Fehlermeldung
Parse error: parse error, unexpected T_VARIABLE in /var/www/web95/html/blocks/block-getprice.php on line 21
Hier der scriptblock
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (eregi("block-getprice.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
$content .= "<SCRIPT LANGUAGE=\"JavaScript\" SRC=\"http://banners.webmasterplan.com/view.asp?ref=xxx9&site=xxx&type=html&hnb=10&js=1\"></script>"
$content .= "<noscript><A HREF=\"http://getprice.de/affil/?ref=xxx\" TARGET=\"_top\">"
$content .= "<IMG SRC=\"http://banners.webmasterplan.com/view.asp?site=xxx&ref=xxxx&b=1\" BORDER=\"0\"></A></noscript>"
$content .= "<!-- END PARTNER PROGRAM -->"
?>
Danke für die Hilfe.
Ich versuche einen Block der Javascript enthält einzubinden.
doch ich bekomme immer nur diese Fehlermeldung
Parse error: parse error, unexpected T_VARIABLE in /var/www/web95/html/blocks/block-getprice.php on line 21
Hier der scriptblock
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (eregi("block-getprice.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
$content .= "<SCRIPT LANGUAGE=\"JavaScript\" SRC=\"http://banners.webmasterplan.com/view.asp?ref=xxx9&site=xxx&type=html&hnb=10&js=1\"></script>"
$content .= "<noscript><A HREF=\"http://getprice.de/affil/?ref=xxx\" TARGET=\"_top\">"
$content .= "<IMG SRC=\"http://banners.webmasterplan.com/view.asp?site=xxx&ref=xxxx&b=1\" BORDER=\"0\"></A></noscript>"
$content .= "<!-- END PARTNER PROGRAM -->"
?>
Danke für die Hilfe.