hallo liebe progger habe ein ech mächtiges Problem
umzug auf neune webspace und nu läft kein Script mehr
bitte mal um Hilfe Globals ist auf off und Post geht nicht mehr
was muss ich ändern damit diese Scripte wieder gehen
übergabe Datei
und da kommt nix mehr an
umzug auf neune webspace und nu läft kein Script mehr
bitte mal um Hilfe Globals ist auf off und Post geht nicht mehr
was muss ich ändern damit diese Scripte wieder gehen
PHP-Code:
<!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta name="Author" content="">
<meta name="Date" content="Sun, 05 Feb 2006 09:32:41 GMT">
<meta http-equiv="pragma" content="">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="Generator" content="">
</head>
<body bgcolor="#000000">
<form action="ausgabedx.php" method="POST"> <table border=0 align=center valign=middle width=550 cellspacing=0 cellpadding=0 nowrap>
<tr>
<td align=center valign=middle width=550 nowrap>
<p><img align=middle src="boxlogo.gif" height=50 width=550 hspace=0 vspace=0 border=0></p></td>
</tr>
<tr>
<td align=center valign=middle width=550 nowrap>
<table border=0 align=center width=550 cellspacing=0 cellpadding=0 bgcolor="#000000"
nowrap>
<tr>
<td valign=top></td>
<td valign=top></td>
</tr>
<tr>
<td valign=top></td>
<td valign=top></td>
</tr>
<tr>
<td align=left valign=middle width=165 nowrap>
<p align=left><font color="#E6E6FA"><b><font size=2> Vorname :</font></b></font></p></td>
<td valign=top width=385>
<p align=left><font color="#E6E6FA"><b><font size=1><input type=text name="name_sysop"
size="30"></font></b></font>.</p></td>
</tr>
<tr>
<td align=left valign=middle width=165 nowrap>
<p align=left><font color="#E6E6FA"><b><font size=2> Deine E-Mail:</font></b></font></p></td>
<td valign=top width=385>
<p align=left><font color="#E6E6FA"><b><font size=1><input type=text name="email"
size="30"></font></b></font></p></td>
</tr>
<tr>
<td align=left valign=middle width=165 nowrap>
<table border=0>
<tr>
<td>
<p align=left><font color="#E6E6FA"><b><font size=2>Betreff auswählen
:</font></b></font></p></td>
</tr>
</table></td>
<td valign=top width=385>
<p align=left><font color="#E6E6FA"><b><font size=1><select name="land"
size=1>
<option>Betreff auswählen
<option value="Musikwunsch">Musikwunsch
<option value="Hoerergruesse">Hoerergruesse
</select></font></b></font></p></td>
</tr>
<tr>
<td align=left valign=middle width=165 nowrap>
<p><font color="#E6E6FA"><b><font size=2>Text:</font></b></font></p>
<p align=center><img align=middle src="dj.gif" height=86 width=100 hspace=0
vspace=0 border=0></p>
</td>
<td valign=top width=385>
<p align=left><font color="#E6E6FA"><b><font size=1><textarea name="kommentar"
rows=15 cols=45 CLASS="scroll"></textarea></font></b></font></p></td>
</tr>
<tr>
<td align=left valign=middle width=165 nowrap>
<p align=center><font size=1><input type=checkbox name="choice" value="sub"
checked></font></p></td>
<td valign=top width=385>
<p align=center><img align=middle src="!.gif" height=15 width=200 hspace=0
vspace=0 border=0></p></td>
</tr>
<tr>
<td align=left valign=middle width=165 nowrap>
<p align=center><img align=middle src="news.gif" height=17 width=148 hspace=0
vspace=0 border=0></p></td>
<td align=center valign=top width=385>
<p align=center><font size=1><input type=submit value="Eingaben absenden"><input
type=reset value="Formular zurücksetzen"></font></p></td>
</tr>
<tr>
<td valign=top></td>
<td valign=top></td>
</tr>
<tr>
<td valign=top></td>
<td valign=top></td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
übergabe Datei
und da kommt nix mehr an
PHP-Code:
<html>
<head>
<title>TS HF-Gateway Ausgabe Anmeldung</title>
<META name="GENERATOR" content="SuperHTML 5.0">
<META http-equiv="pragma" content="no-cache">
<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FEFEFE">
<?php
include 'config1.inc.php';
include 'mail.php';
if ($email=="") { echo " <H2><DIV align=center>Bitte trage erst deine E-mailadresse ein.</DIV></H2>";
echo "<H2><DIV align=center>Bitte drücke die Zurücktaste und überprüfe alle Angaben noch einmal!!!</DIV> </H2>";
die();
} else { echo ""; }
$datum=date("j.n.Y");
$zeit=date("H:i");
mysql_connect("$host","$user","$pass");
mysql_select_db($bank) or die (mysql_error());
$new = "INSERT INTO `liste` ( `name` , `email` , `betreff` , `nachricht` )
VALUES (
'$name_sysop', '$email', '$land', '$kommentar'
)";
mysql_query($new) OR die(mysql_error());
{
print"";
?>
<?
}
include 'sub.php';
?>
<? mysql_close() ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Refresh" content="1; URL='http://fhp-radio.com'">
</body>
</html>
Kommentar