Welcome Guest, Not a member yet? Register   Sign In
How to know if a value is inside the array?
#4

[eluser]Sinclair[/eluser]
Found how to:

Code:
<?php foreach ($result2 as $row200): ?>
<?php $rows_array[] = $row200->id_distrito ;  ?>
<?php endforeach; ?>
<?php echo implode(', ', $rows_array); ?>


Messages In This Thread
How to know if a value is inside the array? - by El Forum - 02-20-2010, 02:55 PM
How to know if a value is inside the array? - by El Forum - 02-20-2010, 03:09 PM
How to know if a value is inside the array? - by El Forum - 02-20-2010, 03:12 PM
How to know if a value is inside the array? - by El Forum - 02-20-2010, 03:22 PM
How to know if a value is inside the array? - by El Forum - 02-20-2010, 03:38 PM
How to know if a value is inside the array? - by El Forum - 02-20-2010, 04:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB