PHP interesse |
|
Hey allemaal ik heb een vraagske of dit eingelijk wel kan ?
<?
mysql_connect("localhost","root","");
mysql_select_db("night");
$sql ="SELECT * FROM links";
$res = mysql_query($sql);
$test = "<?
$sql =\"SELECT * FROM ".$a->cat."links\";
$res2 = mysql_query($sql);
while($ob = mysql_fetch_object($res2)) {
echo \"<a href='pagina.php?pag=$ob->pag'>$ob->titel</a>\";
}
?>";
while($a = mysql_fetch_object($res)) {
echo "<table width='202' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><p class='text'>[-$a->cat-]</p></td>
</tr>
</table>
$test";}?>
<? $sql ="SELECT * FROM links"; $test = "<? $sql =\"SELECT * FROM ".$a->cat."links\"; $res2 = mysql_query($sql); while($ob = mysql_fetch_object($res2)) { echo \"<a href='pagina.php?pag=$ob->pag'>$ob->titel</a>\"; } ?>"; echo "<table width='202' border='0' cellspacing='0' cellpadding='0'> <tr> <td><p class='text'>[-$a->cat-]</p></td> </tr> </table> $test";}?>
Dus dat ik eerst een catigorie krijg en dan daar onder mijn links maar zo tezien doet hij niks ik zou er een admin bij maken die dan de tabbelen en zo maakt. enz ...
grreeeeettzzz, Yannick^^
|