Bin ein PHP neuling und versuchen den Fehler zufinden !
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Unbenannt</title>
<meta name="generator" content="Scribe! 2 [http://scribe.de]" />
</head>
<body>
<?
$Verlag = $ POST[0];
for($i=1;$i>2000;$i++) {
$url= *****
$fp = fopen($url,"r");
$file = "";
while(!feof($fp))
{
$line = fgets($fp);
$file.= " ".$line;
$arr[]=$file;
?>
<form name="daten" action="filter.pl" method="post">
<? foreach(@arr as $key => $value){
echo ('<input type="hidden" value="'.$value.'" name="'.$key.'" />')
} ?>
</form>
</body>
</html>
Vielen Dank
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Unbenannt</title>
<meta name="generator" content="Scribe! 2 [http://scribe.de]" />
</head>
<body>
<?
$Verlag = $ POST[0];
for($i=1;$i>2000;$i++) {
$url= *****
$fp = fopen($url,"r");
$file = "";
while(!feof($fp))
{
$line = fgets($fp);
$file.= " ".$line;
$arr[]=$file;
?>
<form name="daten" action="filter.pl" method="post">
<? foreach(@arr as $key => $value){
echo ('<input type="hidden" value="'.$value.'" name="'.$key.'" />')
} ?>
</form>
</body>
</html>
Vielen Dank
Kommentar