Hi,
We are upgrading ee version from 2.2.2 to 2.5.3. We got problem after updating. We insert php code in the template and set PHP parsed at “input” stage. Everything worked fine in 2.2.2. It was showed as: https://listings.jobs.vt.edu/applicants/Central?quickFind=194680
However it does not work in the 2.5.3. It is showed as: https://listings.jobs.vt.edu/applicants/Central?quickFind=194680
in the ee 2.5.3 version
Following is my code
<?php
$spcial_caractor = array("", "");
$link = str_replace($spcial_caractor, "", '{how_to_apply}')
echo " <a ><br><br><strong>{title}</strong></a><br>";
?>
Can anyone can help?
Thanks,