Den viser bare en blank side, why ?
Hej ...Jeg har det problem at min kode ikke vil vise noget mere...
den kan ses i brug på http://netplads.1go.dk man skal bare gå ind under søg
jeg håber at der er en sød person der kan og vil hjælpe mig..
[code]
<html>
<head>
<title>Hej og velkommen til Net-Plads.TK</title>
</head>
<body>
<?
if($_GET['find']){
mysql_connect("chopin.1go.dk","free42610","********");
mysql_select_db("free42610");
echo "hej og velkommen";
echo "<br><table border='1' width='100%'>
<tr>
<td width='14%'>Domæne</td>
<td width='14%'>Plads(mb)</td>
<td width='14%'>ASP</td>
<td width='14%'>PHP</td>
<td width='14%'>MySQL</td>
<td width='15%'>FTP</td>
<td width='15%'>Sprog</td>
</tr>";
$host = mysql_query("SELECT * FROM netplads");
while ($row = mysql_fetch_array($host)) {
echo "
<table border='1' width='100%'>
<tr>
<td width='14%'>$row['domaene']</td>
<td width='14%'>$row['plads']</td>
<td width='14%'>$row['asp']</td>
<td width='14%'>$row['php']</td>
<td width='14%'>$row['sql']</td>
<td width='15%'>$row['ftp']</td>
<td width='15%'>$row['sprog']</td>
</tr>";
}
echo "</table>";
} else {
?>
<form method="post" action="soeg.php?find=1">
<input type="checkbox" value="asp" name="asp">ASP<br>
<input type="checkbox" value="asp" name="php">PHP<br>
<input type="checkbox" value="asp" name="sql">MySQL<br>
<input type="checkbox" value="asp" name="ftp">FTP<br>
<input type="checkbox" value="asp" name="dk">Dansk<br>
<input type="checkbox" value="asp" name="eng">Engelsk<br>
<input type="submit" value="Find Host">
</form>
</body>
<?
}
?>
</html>
[/code]
Mv. Hilsen Johnny Rasmussen
På Forhånd Tak