Hallo,
| 1 | 2 | 3 | 4 | 5 |
--|----|----|----|----|----|
A | 70 | 80 | 51 | 52 | 53 |
B | 49 | 50 | 51 | 52 | 53 |ok! und nun möchte ich aber nicht die ganze tabelle, sondern zb nur a2 oder b5 ...
wie mache ich das?
$a2=mysql_result($result,0,1);
$b5=mysql_result($result,1,4);
MfG, Thomas