Jump to content

how do i filter a table of links ???


toasty525

Recommended Posts

show links where a secuity number of 1 is set ok.

<?php

// database connection

$query="SELECT `links' , `secuity` FROM `what_ever' WHERE `secuity`= 1";

$result=mysql_quert($query)or die("mysql_error()");

while($x=mysql_fetch_assoc($result)){

echo $x['links'];
}
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.