Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/08/2005, 09:52
Avatar de yoseman
yoseman
 
Fecha de Ingreso: diciembre-2003
Ubicación: Alicante (Spain)
Mensajes: 471
Antigüedad: 20 años, 4 meses
Puntos: 5
Puedes hacer lo siguente en el script que recibe el formulario (aunque no sé si es la mejor opción)

Código PHP:
$num_de_news 0;
foreach ( 
$_POST as $indice=>valor )
     if ( ( 
ereg "news" $indice ) ) && ( is_numeric $indice{4} ) ) && $valor != "" )
     {
          
$num_de_news++; // esto sería por si quieres contar el numero de news enviadas
          // también podrías aqui ya hacer tu insert usando $valor
     

A ver si te sirve, salu2 ;)
__________________
[+]
[+]