You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Rioja' at line 1
estoy usando un codigo como el siguiente:
Código PHP:
<?
$region2="La Rioja";
$select="SELECT * FROM concursantes WHERE region = $region2";
$query=mysql_query($select) or die(mysql_error());
while($reg=mysql_fetch_array($query)){
Ayuda por favor