Jump to content

pixelfreak

New Members
  • Posts

    2
  • Joined

  • Last visited

pixelfreak's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. as i stated I am using a php ide CCS
  2. OK I am still in the learning process I am using a IDE php to build a small project I am trying to learn hand code.... my question is I want to echo a message here is my code it works great but I have to use the default error even on a success message so all errors or success end up the same color however I wanted to do a echo to show a success message //REDIRECT USER TO PASSWORD SENT CONFIRMATION PAGE $resetpass->Errors->addError("Request processed successfully. Please check your email."); $resetpass->email->SetValue(""); } else { $resetpass->Errors->addError("There is no account with that email address."); } } is there anyway to echo this statement $resetpass->message->echo("Request processed successfully. Please check your email.");
×
×
  • 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.