Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/08/2010, 23:54
abcdefghi
 
Fecha de Ingreso: enero-2010
Mensajes: 191
Antigüedad: 15 años, 2 meses
Puntos: 7
Respuesta: Como hago esto

Caracteres:?

Código PHP:
if (preg_match_all('!(.{,100})!',$_POST['texto'],$match))
{
    foreach (
$match[1] as $linemysql_query(sprintf("INSERT INTO msg SET campo='%s'",mysql_escape_string($line)));