hi all someone knows how to complete this string $sql = "SELECT * FROM linkkategorie ORDER BY linkkatid"; with WHERE WHERE linkkatbelongsto=1?
don't see how to do that, thanx for help and happy hacking :-) / freestyle
If i'm reading this correctly won't:
$sql = "SELECT * FROM linkkategorie WHERE linkkatbelongsto=1 ORDER BY linkkatid"; do the trick?