Jump to content

Recommended Posts

Bonjour apres avoir installé mon site je rencontre une erreur : 

 

Parse error: syntax error, unexpected T_FUNCTION in on line 120

 

et ligne 120 j'ai ca

 

 

 if ($iLength == 1) {

    if ($iBufferKey == -1) {
      $iBufferKey = $iKey;
      $aTab[$iKey] = '';
     } else {
      unset($aTab[$iKey]);
     }
     $aTab[$iBufferKey] .= $sMot;
    } else if ($iLength == 0) {
     unset($aTab[$iKey]);
 
Quelqu'un a t'il une solution svp?
 
Merci
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...