-

.chilli
Zitat:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/export/www/vhosts/funnetwork/hosting/blubbviech/03.php on line 22

Vielen Dank für deine Hilfe smile

Das mit der ID-Angabe funktionierte bei mir nur ohne das $. Sonst habe ich immer nur "Dieses Pferd existiert nicht" angezeigt bekommen. Und ohne gings.

Zitat:
Nicht so schnell aufgeben Augenzwinkern

Das Problem kenn ich nur zur Genüge, aber irgendwann klappts eig. immer fröhlich

Ja, das Problem ist, dass die Sachen bei anderen richtig angezeigt werden, nur bei mir nicht XD
sina91
oO ich bin doof xD

Dummer Fehler in Zeile 22^^ Es muss so heissen:

php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:

<html>

<head>
<link rel="stylesheet" href="style.css" type="text/css">
<title>Name</title>
</head>

<body>
<?php

// Verbindung zur Datenbank
include("Datenbank.php");

// Hiermit wird der Wert geholt, der über die URL übergeben wurde. Dieser wird nun für die Abfrage genutzt.
// Somit werden nur genau die Daten abgefragt, die diese ID haben
$id "$_GET[1]";

$sql "SELECT * FROM Pferd WHERE ID='1'";
$result mysql_query($sql);

if ($Datamysql_fetch_assoc($result)){

//Anzeige der Links (Wenn du den Chara auf mehrere Seiten verteilst
//Hier die Angabe der Daten vom Pferd. Es kann wieder HTML verwendet werden ganz normal eben (; Nur an der Stelle wo die Daten sein sollen schreibt ihr $Data[Spaltenname] hin

echo "<a href="hengst.php?id=$id">";

?>
  <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber1">
    <tr>
      <th width="100%" colspan="2">Name</th>
    </tr>
    <tr>
      <td width="100%" colspan="2">
      <p align="center"><b><font color="#777B65">off. Name:</font> </b><?php echo"
$Data[Name]"
?><b>
      <font color="#777B65">// Zuchtgebiet:</font> </b><?php echo"$DATA[Rasse]"?><b>
      <font color="#777B65">// 
      Alter: </font> </b><?php echo$DATA[Alter]?><b> <font color="#777B65">// Stockmaß: </font> </b><?php echo$DATA[Stockmass]?><b>
      <font color="#777B65">// Farbe:</font> </b><?php echo"$DATA[Farbe]?></td>
    </tr>
    <tr>
      <td width="150">
      <p align="center">Bild<br>
      <b>Fotoalbum</b></td>
      <td width="450">
      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="250">
        <tr>
          <td width="33%" rowspan="4" align="center" style="background-color: #E3E2CD">&nbsp;</td>
          <td width="33%" rowspan="2" align="center" style="background-color: #E3E2CD">&nbsp;</td>
          <td width="34%" align="center" style="background-color: #E3E2CD">&nbsp;</td>
        </tr>
        <tr>
          <td width="34%" align="center">&nbsp;</td>
        </tr>
        <tr>
          <td width="33%" rowspan="2" align="center">&nbsp;</td>
          <td width="34%" align="center" style="background-color: #E3E2CD">&nbsp;</td>
        </tr>
        <tr>
          <td width="34%" align="center">&nbsp;</td>
        </tr>
        <tr>
          <td width="33%" rowspan="4" align="center">&nbsp;</td>
          <td width="33%" rowspan="2" align="center" style="background-color: #E3E2CD">&nbsp;</td>
          <td width="34%" align="center" style="background-color: #E3E2CD">&nbsp;</td>
        </tr>
        <tr>
          <td width="34%" align="center">&nbsp;</td>
        </tr>
        <tr>
          <td width="33%" rowspan="2" align="center">&nbsp;</td>
          <td width="34%" align="center" style="background-color: #E3E2CD">&nbsp;</td>
        </tr>
        <tr>
          <td width="34%" align="center">&nbsp;</td>
        </tr>
      </table>
      </td>
    </tr>
    <tr>
      <th width="100%" colspan="2">Beschreibung</th>
    </tr>
    <tr>
      <td width="100%" colspan="2">
      <p align="justify">. . .</td>
    </tr>
    <tr>
      <th width="100%" colspan="2">Ausbildung</th>
    </tr>
    <tr>
      <td width="100%" colspan="2">
      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">
        <tr>
          <td width="25%" align="center"><font color="#777B65"><b>Sparte</b></font></td>
          <td width="25%" align="center"><font color="#777B65"><b>aktueller Stand</b></font></td>
          <td width="50%" align="center"><font color="#777B65"><b>Anmerkung</b></font></td>
        </tr>
        <tr>
          <td width="25%" align="center"><font color="#777B65"><b>Dressur</b></font></td>
          <td width="25%" align="center">&nbsp;</td>
          <td width="50%" align="left">&nbsp;</td>
        </tr>
        <tr>
          <td width="25%" align="center"><font color="#777B65"><b>Springen</b></font></td>
          <td width="25%" align="center">&nbsp;</td>
          <td width="50%" align="left">&nbsp;</td>
        </tr>
        <tr>
          <td width="25%" align="center"><font color="#777B65"><b>Vielseitigkeit</b></font></td>
          <td width="25%" align="center">&nbsp;</td>
          <td width="50%" align="left">&nbsp;</td>
        </tr>
        <tr>
          <td width="25%" align="center"><font color="#777B65"><b>Sonstiges</b></font></td>
          <td width="25%" align="center">&nbsp;</td>
          <td width="50%" align="left">&nbsp;</td>
        </tr>
      </table>
      </td>
    </tr>
    <tr>
      <th width="100%" colspan="2">Zuchtdaten</th>
    </tr>
    <tr>
      <td width="100%" colspan="2">
      <p align="center"><b><font color="#777B65">Züchter:</font></b> ...  <b>
      <font color="#777B65">// Vorbesitzer:</font></b> ...  <b>
      <font color="#777B65">// Besitzer:</font></b> ...  <b>
      <font color="#777B65">// 
      Station:</font></b> ...</td>
    </tr>
    <tr>
      <td width="100%" colspan="2">
      <p align="center"><font color="#777B65"><b>Zuchtzulassung:</b></font> ...
      <font color="#777B65"> <b>// Titel:</b></font> ... <font color="#777B65"> <b>
      // Decktaxe:</b> </font>... <font color="#777B65"> <b>// verfügbar über:</b></font> ...</td>
    </tr>
    <tr>
      <td width="100%" colspan="2">
      <p align="center"><font color="#777B65"><b>zugelassen für:</b></font> ...</td>
    </tr>
    <tr>
      <th width="100%" colspan="2">Nachkommen</th>
    </tr>
    <tr>
      <td width="100%" colspan="2">&nbsp;</td>
    </tr>
    <tr>
      <th width="100%" colspan="2">Erfolge</th>
    </tr>
    <tr>
      <td width="100%" colspan="2">&nbsp;</td>
    </tr>
  </table>
  </center>
<?php
}

else 
 {
        echo "
Dieses Pferd existiert nicht!";
}
?>
</body>

</html>



edit: Bin nun off, wenn das ganze so auch nicht funzt helf ich dir morgen gerne weiter wenn du moechtest Augenzwinkern Kannst mich sonst auch in ICQ adden fröhlich
.chilli
Ich danke dir !
Es hat geklappt, mit einer kleinen Korrektur (einmal war $Data und sonst $DATA, $Data funktioniert) - ich danke dir vielmals *knuff*

adden tue ich dich gerne Augenzwinkern

ich sollte mich, wenn ich mit der Fachschule anfange, mal näher damit befassen XD CSS-Büchlein liegt griff- und lesebereit am Computer ^.^
pfinE
Hey,
habe es mal mit deinen Angaben hier probiert.
Nun kommt folgendes:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
 CREATE TABLE `Pferd` (
`ID` INT( 5 ) NOT NULL AUTO_INCREMENT ,
`Name` VARCHAR( 255 ) NOT NULL ,
`Geschlecht` ENUM( 'Hengst', 'Stute', 'Wallach'Standart : Wallach ) NOT NULL ,
`Rasse` VARCHAR( 255 ) NOT NULL ,
`Besitzer` VARCHAR( 255 ) NOT NULL ,
`Charakter` TEXT NOT NULL ,
PRIMARY KEY ( `ID` )
) TYPE = MYISAM 

code:
1:
2:
MySQL meldet:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Standart: Wallach) NOT NULL, `Rasse` VARCHAR(255) NOT NULL, `Besitzer` VARCHAR(2' at line 1

Was habe ich falsch gemacht? Habe alle Angaben von dir so übernommen.
LG, Marie
.chilli
Laut der Fehlermeldung ist irgendwas in Zeile 1 falsch. Ist vll. versehentlich ein Zeichen gelöscht worden ?
pfinE
Zitat:
Original von miss_zorroline
Laut der Fehlermeldung ist irgendwas in Zeile 1 falsch. Ist vll. versehentlich ein Zeichen gelöscht worden ?

Hmh, ich gucke mal. Danke. (:
Horse Love
Toller Tut =]
Funktioniert alles. Naja, ich bekomm es leider nicht in eine Tabelle umgeschrieben xD
Aber sonst klasse erklärt smile
Nur vielleicht sagt mir jmd, wie ich das in eine Tabelle eintragen kann? Mit <?php echo"$Data[Beispiel]" ?> in jede Spalte oder wie?
Horse Love
Wie, wo, was xD
" kommen wohin?

Ich hab irgendetwas überlesen in meinem Buch xD
Horse Love
Waah danke, ich probier es mal aus *kopf.meets.schreibtisch*
Gnaah >_> Sowohl mit als auch ohne Anführungszeichen funktioniert das nicht. Habe das in allen Variationen ausprobiert und der sagt mir immer

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /usr/export/www/vhosts/funnetwork/hosting/lescheval/Pferd.php on line 43

Der Code:

php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
<html>
<head>
<link rel=stylesheet href=style.css type=text/css>
  <title>VRH Caracas</title>

  <style type="text/css">
<!--
.Stil1 {
font-size: 14px;
font-weight: bold;
}
.Stil3 {
font-size: 12px;
font-weight: bold;
}
.Stil4 {font-size: 11px}
.Stil5 {font-size: 9px}
.Stil7 {font-size: 12px}
-->
  </style>

</head>
<body><p class=Stil7>P f e r d e p r o f i l</p>
<center>
<?php
include("Datenbank.php");

$id "$_GET[id]";

$Ergebnis mysql_query"SELECT * FROM Pferd where ID='$id'" );
if (@mysql_num_rows($Ergebnis) == 0) {
echo "Dieses Pferd existiert nicht!";
}

else {
$Data mysql_fetch_array$Ergebnis );


echo "<a href="Pferd.php?id=$id">Allgemeines</a>

}

<table style="text-alignleftwidth500px;" border="1"
 cellpadding="2" cellspacing="2">
  <tbody>
    <tr>
      <td colspan="2" rowspan="1"><?php echo"$Data[Name]" ?></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="1"></td>
    </tr>
    <tr>
      <td>Name:</td>
      <td><?php echo"$Data[Name]" ?></td>
    </tr>
    <tr>
      <td>Jahrgang:</td>
      <td><?php echo"$Data[Jahrgang]" ?></td>
    </tr>
    <tr>
      <td>Rasse:</td>
      <td><?php echo"$Data[Rasse]" ?></td>
    </tr>
    <tr>
      <td>Stockma&szlig;:</td>
      <td><?php echo"$Data[Stockmass]" ?> <td>
    </tr>
    <tr>
      <td>Besitzer</td>
      <td><?php echo"$Data[Besitzer]" ?></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="1"><span
 style="font-weightbold;">C h a r a k t e r</span></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="1"><?php echo"$Data[Charakter]" ?></td>
    </tr>
  </tbody>
</table>


?> 
</center>
</body>
</html>
Rocky
Horse Love, du musst alle " durch ' ersetzen. Aber nur im echo-Befehl. Augenzwinkern
Horse Love
Danke Rocky Augenzwinkern Funktioniert aber immer noch nicht,
hier mal der jetzige Code

php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
<html>
<head>
<link rel=stylesheet href=style.css type=text/css>
  <title>VRH Caracas</title>

  <style type="text/css">
<!--
.Stil1 {
font-size: 14px;
font-weight: bold;
}
.Stil3 {
font-size: 12px;
font-weight: bold;
}
.Stil4 {font-size: 11px}
.Stil5 {font-size: 9px}
.Stil7 {font-size: 12px}
-->
  </style>

</head>
<body><p class=Stil7>P f e r d e p r o f i l</p>
<center>
<?php
include("Datenbank.php");

$id "$_GET[id]";

$Ergebnis mysql_query"SELECT * FROM Pferd where ID='$id'" );
if (@mysql_num_rows($Ergebnis) == 0) {
echo "Dieses Pferd existiert nicht!";
}

else {
$Data mysql_fetch_array$Ergebnis );


echo "<a href="Pferd.php?id=$id">Allgemeines</a>

}

<table style="text-alignleftwidth500px;" border="1"
 cellpadding="2" cellspacing="2">
  <tbody>
    <tr>
      <td colspan="2" rowspan="1"><?php echo'$Data[Name]' ?></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="1"></td>
    </tr>
    <tr>
      <td>Name:</td>
      <td><?php echo'$Data[Name]' ?></td>
    </tr>
    <tr>
      <td>Jahrgang:</td>
      <td><?php echo'$Data[Jahrgang]' ?></td>
    </tr>
    <tr>
      <td>Rasse:</td>
      <td><?php echo'$Data[Rasse]' ?></td>
    </tr>
    <tr>
      <td>Stockma&szlig;:</td>
      <td><?php echo'$Data[Stockmass]' ?> <td>
    </tr>
    <tr>
      <td>Besitzer</td>
      <td><?php echo'$Data[Besitzer]' ?></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="1"><span
 style="font-weightbold;">C h a r a k t e r</span></td>
    </tr>
    <tr>
      <td colspan="2" rowspan="1"><?php echo"$Data[Charakter]" ?></td>
    </tr>
  </tbody>
</table>


?> 
</center>
</body>
</html>



Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /usr/export/www/vhosts/funnetwork/hosting/lescheval/Pferd.php on line 43

Ich bin einfach zu doof dafür >.<
Horse Love
Danke =]
Aber es geht leider immer noch net =/

http://lescheval.le.funpic.de/Verkaufspferde.php da könnt ihr euch das nochmal ansehen.
Horse Love
waah <3
okii die tabelle ist schonmal da <3 vielen dank :-*
Nur jetzt steht da statt des Namen $Data[Name] großes Grinsen
Horse Love
Ach ich bin etwas gestört heute xD

Vielen Dank *halbtotknuff* :-* Jetzt hab ich es auch verstanden xD
Alaska.
Wie kann man die Pferde z.B nach Geschlecht sortieren?
Lisa1008
hab da mal ein problem bei der datenbank
SQL-Befehl:
& lt ; ? $sglhost = "localhost"

MySQL meldet:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?
$sglhost = "localhost"' at line 1
.Maybe
Zitat:
Original von *juli*
Wie kann man die Pferde z.B nach Geschlecht sortieren?

$Ergebnis = mysql_query("SELECT * FROM Pferd WHERE Besitzer = '' ORDER BY 'Geschlecht'");

@Lisa: Nen lustigen SQL-Befehl hast du da xD Was soll denn das bedeuten?
Lisa1008
Ich hab das so eingegeben wie es oben erklärt wurde...
nur wurde das dann so bei mri geschrieben
(siehe oben)
Lisa1008
Doch ichhatte
<? geschrieben..
ich versuche e später nochmal. dan stelle ichd en code hier rein fröhlich

edit:
der code
<?
$sqlhost = "localhost";
$sqluser = "esperanze";
$sqlpassword = "esperanze3";
$sqldb = "esperanze";

mysql_connect($sqlhost,$sqluser,$sqlpassword) or die ("Keine Verbindung möglich"); mysql_select_db($sqldb) or die ("Die Datenbank existiert nicht");
?>
ShivaChewy
Toll smile

http://hundefarmdogluck.bbping.de/steckis/Hund.php?id=1
So etwas weiter bin ich gekommen xD
Hatte vorhin alles falsch gemacht, nur jetzt kommt noch eine Fehlermeldung,...

Hier der Code von "Hund.php" (Hab alles von "Pferd" in "Hund" geändert).

php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
<html>
<head>
<title>Dein Hof Titel</title>
<link rel=stylesheet href=style.css type=text/css>
</head>
<body><p class="head">Hundeprofil</p>
<center>
<?php

// Verbindung zur Datenbank
include("Datenbank.php");

// Hiermit wird der Wert geholt, der über die URL übergeben wurde. Dieser wird nun für die Abfrage genutzt.
// Somit werden nur genau die Daten abgefragt, die diese ID haben
$id "$_GET[id]";

$Ergebnis mysql_query"SELECT * FROM Hund where ID='$id'" );
if (@mysql_num_rows($Ergebnis) == 0) {
echo "Dieser Hund existiert nicht!";
}

else {
$Data mysql_fetch_array$Ergebnis );

//Anzeige der Links (Wenn du den Chara auf mehrere Seiten verteilst
//Hier die Angabe der Daten vom Hund. Es kann wieder HTML verwendet werden ganz normal eben (; Nur an der Stelle wo die Daten sein sollen schreibt ihr $Data[Spaltenname] hin

echo "<table border="0" width="779"><tr><td colspan="4" background="tabellenhg2.jpg"><b><font
 face=Verdana size=2>$Data[Name]</font><font
 style="font-weightface=Verdana size=2>|</font><font
 face=Verdana size=2$Data[Rasse]&nbsp;</font><font
 style="font-weight: face=Verdana size=2>|</font><font
 face=Verdana size=2> $Data[Geschlecht]&nbsp;</font><font
 style="font-weightface=Verdana size=2>|</font><font
 face=Verdana size=2> *$Data[Geburtstag]</font></b></td>
    </tr>
    <tr>
        <td rowspan="10" width="344" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font face="Verdana" size="2">
        <img border="0" src="movie.png" width="344" height="234"></font></td>
        <td width="419" colspan="3" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font
 face=Verdana size=2>$Data[Namehat die Chipnummer
$Data[Chip], hat einen Wert von $Data[WertTatzen und&nbsp;geh&ouml;rt
$Data[Besitzer].</font></td>
    </tr>
    <tr>
        <td width="419" colspan="3" align="center" background="tabellenhg2.jpg">
        <font face="Verdana" size="2">
        <span
 style=""font-weight:; font-weight:700">Charakter</span></font></td>
    </tr>
    <tr>
        <td width="419" colspan="3" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font face="Verdana" size="2">$Data[Charakter]</font></td>
    </tr>
    <tr>
        <td width="419" colspan="3" align="center" background="tabellenhg2.jpg">
        <font face="Verdana" size="2">
        <span
 style=""font-weight:; font-weight:700">Vergangenheit</span></font></td>
    </tr>
    <tr>
        <td width="419" colspan="3" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font face="Verdana" size="2">$Data[Vergangenheit]</font></td>
    </tr>
    <tr>
        <td width="419" colspan="3" align="center" background="tabellenhg2.jpg">
        <b><font face="Verdana" size="2">Pedigree</font></b></td>
    </tr>
    <tr>
        <td width="104" rowspan="4" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <p align="center"><b><font
 face=Verdana size=2>$Data[Name] </font></b></td>
        <td width="134" rowspan="2" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font
 face=Verdana size=2>v.&nbsp;$Data[Vater]</font></td>
        <td width="169" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font
 face=Verdana size=2>v.&nbsp;$Data[Vatervater]</font></td>
    </tr>
    <tr>
        <td width="169" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font
 face=Verdana size=2>a.d.&nbsp;$Data[Vatermutter]</font></td>
    </tr>
    <tr>
        <td width="134" rowspan="2" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font
 face=Verdana size=2>a.d.&nbsp;$Data[Mutter]</font></td>
        <td width="169" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font
 face=Verdana size=2>v.&nbsp;$Data[Muttervater]</font></td>
    </tr>
    <tr>
        <td width="169" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font
 face=Verdana size=2>a.d.&nbsp;$Data[Muttermutter]</font></td>
    </tr>
    <tr>
        <td width="344" align="center" background="tabellenhg2.jpg"><b>
        <font face="Verdana" size="2">Zucht</font></b></td>
        <td width="419" colspan="3" align="center" background="tabellenhg2.jpg">
        <font face="Verdana" size="2">
        <span
 style=""font-weight:; font-weight:700">Gesundheit</span></font></td>
    </tr>
    <tr>
        <td width="344" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font face="Verdana" size="2">$Data[Zucht]</font></td>
        <td width="419" colspan="3" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font face=Verdana size=2>$Data[Name]
war das letzte mal beim Tierarzt am&nbsp;$Data[Datumtierarzt].&nbsp;<br>
      <span style="font-style: italic;">Kommentar:</span>
      $Data[Tierarztkommentar]</font></td>
    </tr>
    <tr>
        <td width="344" align="center" background="tabellenhg2.jpg">
        <font face="Verdana" size="2">
        <span
 style=""font-weight:; font-weight:700">Ausbildung</span></font></td>
        <td width="419" colspan="3" align="center" background="tabellenhg2.jpg">
        <b><font face="Verdana" size="2">Erfolge</font></b></td>
    </tr>
    <tr>
        <td width="344" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font face="Verdana" size="2">$Data[Ausbildung]</font></td>
        <td width="419" colspan="3" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font face="Verdana" size="2">$Data[Erfolge]</font></td>
    </tr>
    <tr>
        <td width="763" colspan="4" align="center" background="tabellenhg2.jpg">
        <b><font face="Verdana" size="2">Fotoalbum</font></b></td>
    </tr>
    <tr>
        <td width="763" colspan="4" align="center" background="http://hundefarmdogluck.bbping.de/tabellenhg.jpg">
        <font face="Verdana" size="2">...</font></td>
    </tr>
</table>

</center>
?></body>

</html>