Jump to content

what is the next step, need to display records?


$php_mysql$

Recommended Posts

if ((isset($_GET['page']))&&($_GET['page']=='display_ads')&&(isset($_GET['category']))) {

  // MySQL query get rows.

  switch ($_GET['category']) {

    case "Career_Jobs":

    $sql="SELECT * FROM table WHERE Category = 'Career_Jobs';

    break;

  }

  // Do query.

}

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.