I have an sql query in my php script that has this line in it:
WHERE beerStyle = \"$styleName\" AND rating > 0
The style name that is being looked up is:
Fresh "Wet" Hop Ale
Which is being stored exactly has written above in my database. My problem is I think somehow the quotes are getting mixed up when it looks in the DB, so it thinks there are now styles with that name.