Re: [PHP] script seen on php.net manual

2002-11-21 Thread Pedro Furtado
hey thanx for the answer, actually yes, but it's my fault, the thing is on the other side is flash and not php, so i need to output something like this to later parse it in flash &response4:&row0=$article__2||tipo 1:&row1=art2|b|Tipo 2:&colunms 4&rows 2 but i cannot harcode anything because

[PHP] script seen on php.net manual

2002-11-20 Thread Pedro Furtado
ipt you may use the below array to gain access to your data $i=1; $ii=count($object); //quick access function for($i=1;$i<=$ii;$i++){ echo $object[$i]['your_field_name']; } hope it helps Kindest Regards, Pedro Furtado www.silkonski.com