well i did that
i thought there is anothere way like in array's:)
y the way - isnt there like in asp+sl server that u can tell it to to to the first record?
thnaks in advance
peleg
Well when using mysql_query() you get returned a resource identifier and not an array. You can use the array functions if you put the data into an array, the code i used on the previous post is how you go to the first result of the resource identifier.