Explorer "hängt" sich auf
lima-city → Forum → Programmiersprachen → PHP, MySQL & .htaccess
apache
aufruf
date
eintrag
email
endlos schleife
fehler
fehlermeldung
gesicht
gliedern
haben
limit
meinst
order
result
sorgen
-
Ich habe ds Problm das Der Browser sich bei aufruf Der Seite und wenn mehrere G?stebuch eintragseiten machen sich "aufh?ngt".
<style>
.gb1 {font-size:14px; color:#00CCFF;}
.gb2 {font-size:14px; color:#000066;}
</style>
<body><font class="h1">
<div align="center">
<p class="?b">Gästebuch:</p>
<p><a href="../layout/layout.inc.php?site2=gb_eintragen">Neuen G?stebucheintrag erstellen</a></p>
</div></font>
<?
include('../connect.inc.php');
$SQL_statement="SELECT id,name,email,homepage,date,eintrag FROM gb ";
$result=mysql_query($SQL_statement);
$eintr?ge=mysql_num_rows($result);
if($eintr?ge<"11" ){
while($data = mysql_fetch_array($result)){?> <div align="center">
<p> </p>
<table class="table" width="450" border="0" cellspacing="0" cellpadding="5">
<tr valign="top"><td colspan="3" valign="top"><tr><td valign="top" bgcolor="#000099" class="gb1"> <? echo $data['name']; ?>
<p>
<? if($data['email']<>""){?>
<a style="color:#00ccFF;" href="mailto:<? echo $data['email'];?> ">E-mail</a>
<? ;}?>
</p>
<p>
<? if($data['homepage']<>""){?>
<a style="color:#00ccFF;" href= <? echo $data['homepage'] ?>>Homepage</a>
<? ;}?>
</p>
<p><? echo $data['eintrag']?></p></td>
<td width="247" align="left" valign="top" bgcolor="#0066FF" class="gb2"><? echo $data['date'];?></td>
<td width="8" align="left" valign="top" background="../gifs/gb1.gif" ></td>
</tr><tr valign="top"><td valign="top" bgcolor="#000099" class="gb1"> </td>
<td width="247" align="left" valign="top" bgcolor="#0066FF" class="gb2"> </td>
<td align="left" valign="top" background="../gifs/gb2.gif" bgcolor="#0066FF" class="gb2"> </td>
</tr>
<tR><td height="1" width="165"> </td><td colspan="2"> </td></tR>
</table>
<? ;} ;} else{
$anz="0";
$min="0";
$max="10";
$seiten=$eintr?ge/10; $seite= explode('.',$seiten );
while($anz < $seite++){ ?> <a style="color:#000066; font-size:16px; font-family:Arial, Helvetica, sans-serif; " href="../layout/layout.inc.php?site=gaestebuch&min="'<? $min+10 ; echo $min ?>&max=<? $max+10 ;echo $max ?>"><? $anz++ ; echo $anz?> | </a> <? $anz++;}
$b="SELECT id,name,email,homepage,date,eintrag FROM gb ORDER BY id DESC LIMIT ".$_GET['min'].",".$_GET['max']." ";
$a=mysql_query($b);
while($data2=mysql_fetch_array($a)){?> <div align="center">
<p> </p>
<table class="table" width="450" border="0" cellspacing="0" cellpadding="5">
<tr valign="top"><td colspan="3" valign="top"><tr><td valign="top" bgcolor="#000099" class="gb1"> <? echo $data2['name']; ?>
<p>
<? if($data2['email']<>""){?>
<a style="color:#00ccFF;" href="mailto:<? echo $data2['email'];?> ">E-mail</a>
<? ;}?>
</p>
<p>
<? if($data2['homepage']<>""){?>
<a style="color:#00ccFF;" href= <? echo $data2['homepage'] ?>>Homepage</a>
<? ;}?>
</p>
<p><? echo $data2['eintrag']?></p></td>
<td width="247" align="left" valign="top" bgcolor="#0066FF" class="gb2"><? echo $data2['date'];?></td>
<td width="8" align="left" valign="top" background="../gifs/gb1.gif" ></td>
</tr><tr valign="top"><td valign="top" bgcolor="#000099" class="gb1"> </td>
<td width="247" align="left" valign="top" bgcolor="#0066FF" class="gb2"> </td>
<td align="left" valign="top" background="../gifs/gb2.gif" bgcolor="#0066FF" class="gb2"> </td>
</tr>
<tR><td height="1" width="165"> </td><td colspan="2"> </td></tR>
</table>
<? //
;}
;}
?>
</div>
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
vielleicht haste irgendwo ne endlos-schleife oder so drin
-
Hallo
was meinst du mit aufh?ngen.
Editier doch mal in dein Er?ffnungsposting hinein, welche Fehlermeldung, welches Programmverhalten du bekommst. Dazu noch einen Link, der den Fehler reproduziert. Raten bringt ja nicht so viel.
Auf deiner HP sind mehrere Links, bei denen nicht der IE Probleme bekommt, sondern wo php files nicht findet. Wenn du das meinst, sorge df?r, dass die files da sind, oder lass das Programm sie anlegen, wenn sie fehlen.
Gr?sse,
limonero -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage