Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/21/20 in all areas

  1. Try This: <?php $pilotid = Auth::$userinfo->pilotid; $a = "SELECT count(pirepid) AS count FROM phpvms_pireps WHERE accepted = 0 AND pilotid = '$pilotid'"; $ab = DB::get_row($a); ?> <p> You have <?php echo $ab->count ;?> pending pireps</p>
    1 point
×
×
  • Create New...