- <?
- /* ABSAHNEN.DE PHP-INCLUDE SCHNITTSTELLE START */
- $AbsahnenPartnerName = trim($_GET['abppp']);
- $AbsahnenPage = trim($_GET['abppq']);
- $AbsahnenSearchQuery = trim($_GET['abpsq']);
- $AbsahnenSearchQuery = str_replace(" ","+",$AbsahnenSearchQuery);
- $AbsahnenProfilID = trim($_GET['abpro']);
- $AbsahnenDetailID = trim($_GET['abpds']);
- $AbsahnenVar1 = trim($_GET['abpvar1']);
- $AbsahnenVar2 = trim($_GET['abpvar2']);
- $AbsahnenVar3 = trim($_GET['abpvar3']);
- $AbsahnenPartnerURL = urlencode("http://" . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'] . "?" . $_SERVER['QUERY_STRING']);
- $AbsahnenIncludeURL = "http://www.absahnen.de/_partner/_api/phpinclude.asp?abppp=Matschi&abpro=1570" . "&abppq=" . $AbsahnenPage . "&abpsq=" . $AbsahnenSearchQuery . "&abpds=" . $AbsahnenDetailID . "&abpvar1=" . $AbsahnenVar1 . "&abpvar2=" . $AbsahnenVar2 . "&abpvar3=" . $AbsahnenVar3 . "&abppu=" . $AbsahnenPartnerURL;
- file_get_contents($AbsahnenIncludeURL);
- /* ABSAHNEN.DE PHP-INCLUDE SCHNITTSTELLE ENDE */
bin absoluter Anfänger und würde mich über Hilfe sehr freuen.
Ich habe diesen Code eingebaut.
Und jetzt habe ich folgende Fehlermeldung bzw. wird eine weiße Seite angezeigt.
Notice: Undefined index: abppp in /home/www/web67/html/absahnenframe.php on line 5 Notice: Undefined index: abppq in /home/www/web67/html/absahnenframe.php on line 7 Notice: Undefined index: abpsq in /home/www/web67/html/absahnenframe.php on line 9 Notice: Undefined index: abpro in /home/www/web67/html/absahnenframe.php on line 13 Notice: Undefined index: abpds in /home/www/web67/html/absahnenframe.php on line 15 Notice: Undefined index: abpvar1 in /home/www/web67/html/absahnenframe.php on line 17 Notice: Undefined index: abpvar2 in /home/www/web67/html/absahnenframe.php on line 19 Notice: Undefined index: abpvar3 in /home/www/web67/html/absahnenframe.php on line 21
Kann es an einer Servereinstellungt liegen. Den der Anbieter sagt das der Code richtig ist. Da ich keine Ahnung habe wäre es prima wenn es jemand mal überprüfen könnte.
Vielen Dank
Matthias
