Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » PHP » Konzertscript

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: [ 1 ] > 2 <
010
01.10.2004, 16:59 Uhr
Pablo
Supertux
(Operator)


Lies das hier duch:

www.php.net/manual/de/ref.mysql.php

wenn du eine fertige MySQL Klasse willst:
http://dev.dev-geeks.org/index.php?module=scripts&sub=4&action=show&id=9
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
011
01.10.2004, 17:06 Uhr
Donar



um ehrlich zu sein, versteh ich da nur bahnhof! und ich hab nichtmal 1/10 gelesen!

Und ich brauch ja nen script, dass alles anzeigt! da gehört dann ja wieder PHP dazu! Und ich muss ja auch über php eintragen können!

Dieser Post wurde am 01.10.2004 um 17:08 Uhr von Donar editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
012
01.10.2004, 18:26 Uhr
Pablo
Supertux
(Operator)


Lies nur www.php.net/manual/de/ref.mysql.php, die Beispiele sind gut
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
013
02.10.2004, 16:24 Uhr
Donar



so, mit hilfe von jemandem und einem anderen Script, bin ich schon mal so weit, dass es alles auf mehreren seiten ausgegeben wird. Es soll aber unternander ausgegeben werden. Kann mir jemand sagen, wo ich was ändern muss oder wo ich eine schleife aufbauen muss, um die Tabellen untereinander zu schreiben?


PHP 4:
$r =0;
$q=mysql("$db","select * from konzerte order by zeit LIMIT $r,1");
if (mysql_num_rows($q)) {
$row=mysql_fetch_array($q);
}
$r++;
print <<<EOT
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="||LC01||<form name="form1" method="post" action="">
  <table width="
90%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td width="
1%" bgcolor="||LC01||      <td colspan="2" bgcolor="||LC01||      <td width="1%" align="right" valign="bottom" bgcolor="||LC01||      <td width="69%" bgcolor="||LC01||      <td align="right" valign="top" bgcolor="||LC01||    </tr>
    <tr>
      <td bgcolor="||LC01||      <td width="5%" bgcolor="||LC01||      <td width="13%" bgcolor="||LC01||      <td colspan="2" rowspan="5" valign="top" bgcolor="||LC01||      <td width="11%" rowspan="5" align="right" valign="bottom" bgcolor="||LC01||    </tr>
    
    <tr>
      <td bgcolor="
||LC01||      <td bgcolor="||LC01||      <td bgcolor="||LC01||    </tr>
    
    <tr>
      <td bgcolor="||LC01||      <td bgcolor="||LC01||      <td bgcolor="||LC01||    </tr>
    
    <tr>
      <td bgcolor="
||LC01||      <td bgcolor="||LC01||      <td bgcolor="||LC01||    </tr>
    
    <tr>
      <td bgcolor="||LC01||      <td bgcolor="||LC01||      <td bgcolor="||LC01||    </tr>

  </table>
</form>
<br><br>
<a href="
?r=$r">weiter</a>
</body>
</html>
EOT;
?>



Im print befehl wird die Tabelle ausgegeben. unten bei "<a href="?r=$r">weiter</a>" kommt nen Link um die Seite zu blättern! Dieser Link soll weg! Es sollen alle einträge untereinander ausgegeben werden.

Außerdem hat dieses Script unendlich viele Tabellen. D.h. man kann so oft wie man will auf weiter klicken und sieht irgendwann nurnoch leere Tabellen.

Dieser Post wurde am 02.10.2004 um 17:42 Uhr von Pablo editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: [ 1 ] > 2 <     [ PHP ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: