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!
function output_data(){#prints the variables to flash, that will then parse them into an array
$output = "";
$i=1;
$ii=count($object); //quick access function
for($i=1;$i<=$ii;$i++){
$output .= "row".$i."=".$this->recieved_dataї$i]ї$this->fieldsї$i]].":";
}
something like this,
because i cannot hardcode my field names, because it's all dynamic!