[fx.php_list] Need some help to solve a Deprecated: Function eregi()

  • From: admin <lars.arler@xxxxxxxxxxxxxx>
  • To: fx.php_list@xxxxxxxxxxxxx
  • Date: Tue, 21 Mar 2017 10:38:03 +0100

Hi and thanks in advance

Hav some errors after updating to FX 6.9


Deprecated: Function eregi() is deprecated in 
/Library/WebServer/Documents/backoffice/Company_Com_Edit.phpon line 169


167  <?php foreach($vlResult['valueLists']['Ja_Nej'] as $key => $value){ ?>
168  <input type="radio" name="postkort[]" value="<?php echo $value; ?>"
169  <?php if(eregi($value,$searchData['postkort'][0])){ echo ' checked '; } ?>>
170  <?php echo $value; ?><?php } ?>


How should I go around rewrighting / solving this and forth coming issue…. 

any clue og text to understand the fix ??

Thanks

regards

Lars Luciano Arler

Other related posts: