Setting up the email activation

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…

Justhost error solved

[an error occurred while processing this directive]     The solution to the error is simply change all folder permission to 755 and file to 644

Ensure the date display correctly in php

$expectedDate = strtotime($assignList['ExpectedDate']); $displayExpectedDate = date("F Y", $expectedDate);         Ensure that the strtotime() function is being used. Or unexpected result may happen.

Using sFTP to connect to openshift

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…