Welcome Guest, Not a member yet? Register   Sign In
delete time
#1

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> 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB