mercredi 23 mars 2016

PHP Error Message Color [duplicate]

This question already has an answer here:

As I mention in the title I am facing a problem to change the error message color to red inside a PHP code, and here is the code:

 if(mysql_num_rows($r2)>0){

    $msg2="Email already exist";

    echo $msg2;
  }

Could anyone help me to modify it ?

All answers are appreciated...

Aucun commentaire:

Enregistrer un commentaire