Sign up page to verify user email address and create password upon sign up. The system will utilize phpmailer for email delivery. https://github.com/PHPMailer/PHPMailer Simply download and unzip into…
$expectedDate = strtotime($assignList['ExpectedDate']); $displayExpectedDate = date("F Y", $expectedDate); Ensure that the strtotime() function is being used. Or unexpected result may happen.
Openshift uses Git to update files, however it will be handy to directly access files hosted on openshift through Filezilla(sFTP) the following information is needed to connect: Domain: SFTP://portal-sghomecare.rhcloud.com User…