03-02-2011, 01:04 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Mar 2011
Posts: 1
Thanks: 0
|
Array values into variables
Good afternoon,
I am having a problem with a small PHP app I am building for work. It is a web-based app for client checks performed daily. I need a table to be built based on what client they are checking, the servers that client has and the checks performed on that server.
I need to check the client and fetch the instances in an array, then place those instances into variables. I then want to take each instance, display it and the checks associated with it underneath. Then take the second instance and do the same, then the third etc.
How can I extract the array values into variables?
Any help would be much appreciated :)
Regards,
Floore
|
|
|
|