Jump to content

Fatal error: Cannot redeclare limitatexto() (previously declared in...


Beppis

Recommended Posts

Fatal error: Cannot redeclare limitatexto() (previously declared in funciones.php:4) in funciones.php on line 12

 

<?php


function limitatexto( $texto, $limite )                                                - Line 4
  { 
    if( strlen($texto)>$limite ) 
      { 
        $texto = substr( $texto,0,$limite ); 
      } 
    return $texto; 

  }                                                                                                      Line 12

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.