SDE/DJMAZE,
In PHP, is there anyway of using variables to store each piece of information (Name,Species,Sex). Then, when it comes to fetching the information, the array position (e.g. 0) is called along with the information type (Name etc).
A bit like the following:
The information is coming from the record array, at position 1 displaying names.
Many Thanks,