On Fri, 26 Oct 2001 23:27, Gerard Onorato wrote: > Hello, > > I am a recent return to the list. Wow has the traffic grown! This is > awesome. > > I have a couple of questions and one may be a RTFM but I can't find the > answer. > > #1) While I thought I was extremely familiar with the MYSQL functions > available in PHP I found on e in a code snippet that I have not used > before and can't find. It is simply MYSQL(dbname, querystring). On a > *nix box with Apache it is returning a resource ID but on a w2k box > with apache (or iss) it is returning nothing at all. It does execute > the query however. Any ideas or any pointer as to where I can actually > find this function would be appreciated! Thanks.
An older version of the docs here shows that mysql is available for downwards compatibility, from mysql_db_query, which is deprecated since 4.06. Changing to mysql_query is recommended. > #2) Does anyone know of a convention / conference which will have any > PHP coverage in the North East? Northeast of where :-) -- David Robley Techno-JoaT, Web Maintainer, Mail List Admin, etc CENTRE FOR INJURY STUDIES Flinders University, SOUTH AUSTRALIA "I tripped over the lamp plug," Tom said cordially. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]