Hello, I was just going through some code I found on the net. I'm pretty decent with PHP/MySQL but I have ever seen curly braces used in the sql statments until i saw this script.
mysql_query ("DELETE FROM table WHERE col={$value}");
What would be the reason for the {}?
Thanks,
Ryan