The problem is this line:
$sql_add = $sex_add . $country_add .
$age_add . $pic_add . $onl_add . " AND (`Profiles`.`Couple`='0' OR
`Profiles`.`Couple`>`Profiles`.`ID`)";
at line 201 of browse.php. If the other "_add" parts aren't added, it leaves it blank causing a syntax error.
You would need to consult the developer to have this fixed to use an
explode() or similar method to put the SQL together properly. Please
let us know if you need further assistance.
Thank you, that is from my host who said that needs to be fixed please help