Hallo!
Also ich habe das mal so probiert:
#!/usr/bin/perl
use CGI qw(param);
print "Content-type: text/html\n\n" ;
$Beschreibung = param("Beschreibung");
$Preis = param("Preis");
print '<html>';
print '<head>';
print '<meta http-equiv="refresh" content="0;URL=http://217.234.346.185/session.php?';
my $qery = new CGI;
print $query->escape('Preis=$Preis&Beschreibung=$Beschreibung');
print '">';
exit ;
Aber da bekomme ich nur
<meta http-equiv="refresh" content="0;URL=http://217.224.146.148/session.php?
angezeigt, sonst passiert nichts.
Wie soll ich das sonst machen?
Gruß
Andreas