被学PHP的一个小问题。请教
哟西哟西地 2004-10-23 03:13:48 $article = $db->QueryFirst("SELECT `cid`, `author`, `afrom`, `subject`, `message`,`username`, `dateline`, `postip` FROM `{$tablepre}article_new` WHERE `aid` = '".intval($val)."' LIMIT 1");
我下了别人的一个php源码,看到他的代码中每个字段表示时都加上了一个“`”号,这是为什么?有什么用?