![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/11/2014, 23:50
|
![Avatar de kspr](http://static.forosdelweb.com/customavatars/avatar432709_1.gif) | | | Fecha de Ingreso: agosto-2011 Ubicación: Ecuador
Mensajes: 43
Antigüedad: 13 años, 5 meses Puntos: 7 | |
Respuesta: sistema de tags Que tal un foreach ?
Código PHP:
Ver original<?php $tags_row = 'forosdelweb, php, mysql, tags'; foreach($tags as $tag) { echo sprintf('"%s"', $tag) . '<br />'; }
|