>I am trying to get a single result from a database, which works fine at >the sql command line. I have tried several versions of code, this being >the most recent - ... >No matter what I do I do not get the desired max id number from the column >WarrantyID. The same query works fine at the sql command line. What am I >doing wrong?
Chip, Are you getting any output at all on the browser? You may want to check the error output on the web server. It may have some information as to what could be going wrong. Alternatively you could run the script from the php program that is likely to be available. It will put out what looks like the HTML source for the page, but will point out errors if there are any. Another possibility is that the connect is not working properly due to access rights/limitations. Brad Eacker ([EMAIL PROTECTED]) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]