<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>ereg and ereg_replace (and eregi) are deprecated.&nbsp;I chose to replace them with stristr because I was looking for simple strings contained in the variable. The documentation on php.net said to use preg_replace but that is overkill for what I needed. Would have been a simple find/replace, but&nbsp;ereg and ereg_replace use ("needle", $haystack). stristr uses ($haystack, "needle").</DIV>
<DIV>&nbsp;</DIV>
<DIV>The only other thing needing fixed was the default timezone.&nbsp; A simple change to the .ini file.</DIV></BODY></HTML>


"CONFIDENTIALITY NOTICE: This communication, including any attachments, may contain confidential information and is intended only for the individual or entity to whom it is addressed.  Any review, dissemination, or copying of this communication by anyone other than the intended recipient is strictly prohibited.  If you are not the intended recipient, please notify us immediately by reply email to privacy@ifmc.org and delete or destroy all copies of the original message and any attachments thereto. Email sent to or from the Iowa Foundation for Medical Care or any of its member companies may be retained as required by law or regulation."