CodeIgniter Forums
delete time - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: delete time (/showthread.php?tid=75162)



delete time - ExTreMe - 01-02-2020

Hello everyone, I am new.
the system automatically erases after the days I write
how can I set that it will never be deleted?


my code:

PHP Code:
<input type="radio" id="radio-1" name="day" value="1" checked/>
 <
label for="radio-1"><?=lang('day')?></label>
<input type="radio" id="radio-2" name="day" value="30" />
<label for="radio-2">30 <?=lang('days')?></label>
<input type="radio" id="radio-3" name="day" value="180" />
<label for="radio-3">6 <?=lang('month')?></label>
<input type="radio" id="radio-4" name="day" value="365" />
<label for="radio-4">1 <?=lang('year')?></label>
<input type="radio" id="radio-5" name="day" value="3652.5" />
<label for="radio-5">10 <?=lang('years')?></label>