Lid |
|
Iets in die richting jah, zal eens kijken, word wel lastig, werk er weinig (niet) mee.
Het lukt bijna alleen:
Ik moet deze code door niets vervangen:
<head><title>Printen
</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<font face=\"Arial\">
</font><br>
-------------------------------------------------------------------<br>
<br><table width=100% border=0 cellspacing=1 cellpadding=1>
<head><title>Printen </title> <META http-equiv=Content-Type content="text/html; charset=utf-8"> </head> <body> <font face=\"Arial\"> </font><br> -------------------------------------------------------------------<br> <br><table width=100% border=0 cellspacing=1 cellpadding=1>
Dat doe ik zo:
<?php
$extpagina=file_get_contents("http://www.songteksten.nl/printen.php?id=1");
$dit='<head><title>Printen
</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<font face=\"Arial\">
</font><br>
-------------------------------------------------------------------<br>
<br><table width=100% border=0 cellspacing=1 cellpadding=1>';
echo str_replace($dit, "", $extpagina);
?>
<?php $dit='<head><title>Printen </title> <META http-equiv=Content-Type content="text/html; charset=utf-8"> </head> <body> <font face=\"Arial\"> </font><br> -------------------------------------------------------------------<br> <br><table width=100% border=0 cellspacing=1 cellpadding=1>'; ?>
Alleen staat het er nu nog steeds, iem. tips? |