Ik heb al een tijdje rond gekeken hier op tweakers verschillende boeken geraadpleegt maar het lukt me niet om het werkende te krijgen. Zelfs niet als ik het exact overneem van het boek.
Alle bestanden zijn aanwezig.
Alle bestanden zijn aanwezig.
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
| <html> <head> <title>test pagina</title> <style type="text/css"> body {font: Verdana, Arial, Helvetica, sans-serif; font-size: 14px}</style> </head> <body> <?php error_reporting(E_ALL); ?> <table border=0 cellpadding=0 width=100%> <tr> <td bgcolor="#4282b4" align="center" valign="top" width="25%"> <p> <a href="?page=fleecee"><B>Alpaca</B></a> <Br> <a href="?page=guanaco"><B>Guanaco</B></a> <Br> <a href="?page=llama"><B>Llama</B></a> <Br><br> </p> </td> <TD bgcolor="#ffffff" align="left" valign="top" width="75%"> <?php include ("$page.inc"); ?> </TD> </tr> </table> </body> </html> |
[ Voor 56% gewijzigd door KoBolD54 op 12-05-2004 21:52 ]