A few of us folk at PhilipNZ.com would like to know about using " and ' or ` in My Sql 
when calling information from the database.

we have always used

$sql = "SELECT * FROM `hyperlinks` ORDER BY `clicks` DESC LIMIT 0, 10";

but where told that the ` was not required

$sql = "SELECT * FROM hyperlinks ORDER BY clicks DESC LIMIT 0, 10";

Any Comments on this?

Philip J. Newman
PhilipNZ :: Design Solutions
http://www.philipnz.com/
[EMAIL PROTECTED]
ICQ# 20482482
+64 25 6144012

Reply via email to