Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
02/10/2009, 17:17
07/09/2009, 11:40
02/09/2009, 09:10
<? switch( $_GET['id'] ) { case 'foto1': <img src="foto1.jpg" width="600" height="400" /> break; case 'foto2e3': <img src="foto2.jpg" width="300" height="200" /> <br> <img src="foto3.jpg" width="300" height="200" /> break; default: include("index.php"); } ?>