Skip to content

Instantly share code, notes, and snippets.

@josuebrunel
Created March 25, 2015 20:27
Show Gist options
  • Save josuebrunel/1926227eb6bb60811911 to your computer and use it in GitHub Desktop.
Save josuebrunel/1926227eb6bb60811911 to your computer and use it in GitHub Desktop.
<?php
$query = "SELECT * FROM Radios WHERE radio_id IN (SELECT radio_id FROM radio_category WHERE category_id = 1)";
mysql_query($query);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment