Thanks for that.
now i'm getting this message:
You have an error in your SQL syntax near '' at line 1
The code is:
<?php
$rs = mysql_connect("localhost", "pixelaceuk", "w469015e");
$rs = mysql_select_db("pixelaceuk");
$sql = "select * from callevapark_businesses where category = $category";
$rs = mysql_query($sql) or die(mysql_error());
while ($row = mysql_fetch_array($rs))
{
?>
Any idea what is causing it, it is only on initial arrival at the page, it works fine apart from that.
I'm grateful for any help as I need to resolve this in the next hour if possible.
Thanks