i was just wondering if there are any naming conventions when creating database connections. most of my books use
$sql = "SQL STRING";
and
$sth = $db->query() or $result = $db->query()
I have no idea what sth stands for in this case, but was curious how others name stuff.
thanks Charles
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php