hya i want to show each user there own id number for identity purposes so far i have
<?php
include("config/db_connect.php");
include("config/ckh_session.php");
?>
<?php
$userinfo = mysql_query("SELECT user_id FROM user");
?>
<ul>
<li>You must be fully clothed, no nudity.</li>
<li>Your face must be clearly visible although you may obscure your eyes if desired.<li>
<li>You must be holding a piece of paper with the phrase Fabulous Escorts User ID: <?php echo $user_id;?> and the date written on it.<li>
<li>You must upload your photo within 24 hours of the date that you've written.</li>
</ul>
what else do i need to display this as its from a different database table
ty jan x