Posted by comatose on 01/09/07 05:04
1 $qry = "SELECT name FROM $tbl "; 2 $rs = &$conn->Execute($qry); 3 if($rs->EOF) { I seen this in a program and in line 2 i wanted to know what the "&" before $conn means and in the same line what "->" means and what it does? thanks
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming