Hi, I'm trying to look up a user object via the mgd_get_person() function. The argument I'm supplying is the USERNAME of the user, not the numeric ID. I'm having trouble because my usernames are numeric in nature (e.g. username = "1000"). So, when I call
$user = mgd_get_person( "1000"); it returns NULL because it is trying to find the user number 1000 in the database, rather than the user NAMED 1000. How can I get around this problem? Thanks, /Jim __________________________________________________________________ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
