From: "Robbie Staufer" <rstaufer@xxxxxxxxxxxx> >> $result = mysql_query ("SELECT * FROM testdb WHERE Code_Name IN ('CLM', >> 'CAM', 'CSIM', 'cpl5', 'POP')",$connection) >> is there a php variable that holds the number of elements in the () >> after IN? > > I'm formatting the display in a browser window. I need the second and > consecutive elements to be indented below the first one. > Something like this: > echo "element 0" > foreach additional element > echo "tab","element" Where are CLM, CAM, etc coming from? You're not going to get it from the query, plain and simple. You're writing the query, though, so those values have to come from somewhere. ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php