Ich würde gerne eine externe Seite in eine Tabelle einbinden:
http://www.motorradhandel.ch/occliste.cfm?form_KundenNr=1005
ich habe es versucht mit include:
<? include("http://www.motorradhandel.ch/occliste.cfm?form_KundenNr=1005"); ?>
und bekomme folgende Fehlermeldungen:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/httpd/vhosts/waechterswerkstatt.ch/httpdocs/motorrad_occasionen.php on line 78
Warning: include(http://www.motorradhandel.ch/occliste.cfm?form_KundenNr=1005) [function.include]: failed to open stream: no suitable wrapper could be found in /home/httpd/vhosts/waechterswerkstatt.ch/httpdocs/motorrad_occasionen.php on line 78
Warning: include() [function.include]: Failed opening 'http://www.motorradhandel.ch/occliste.cfm?form_KundenNr=1005' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/waechterswerkstatt.ch/httpdocs/motorrad_occasionen.php on line 78
http://www.motorradhandel.ch/occliste.cfm?form_KundenNr=1005
die Adresse der Seite ist:
http://www.waechterswerkstatt.ch/motorrad_occasionen1.php
Hat jemand eine Idee, was ich falsch mache?
Herzlichen Dank
Christian