View Single Post
Old 11-12-2007, 12:11 PM   #22 (permalink)
Karl
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

Quote:
Originally Posted by Andrew View Post
What prefix would you guys use for MySQL resources such as a query result?
p, for pointer/reference.

$pResult = mysql_query('...');
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote