![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/03/2005, 06:26
|
O_O | | Fecha de Ingreso: enero-2002 Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 23 años, 1 mes Puntos: 129 | |
Lo puedes hacer vía PHP o SQL .. recomendable vía SQL ..
Tanto en PHP como en SQL (de Mysql) tienes funciones para trabajar con cadenas ..
PHP
substr() http://www.php.net/manual/en/function.substr.php
Y en SQL
SUBSTRING() http://dev.mysql.com/doc/mysql/en/string-functions.html
Un saludo, |