PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Variables ?
Are you talking abt keys and values of the array ?
array_keys : array array_keys ( array input [, mixed search_value])
and
array_values : array array_values ( array input)
will return the keys and values of the array.
Thank you for your response. I was considering new code to improve the performance of a database. However, I believe I will stay with what I have now. It isn't pretty but it works, and it is simple enough to troubleshoot a few months down the road. Your interest is appreciated.