how to set time to live for a script in php?
i have tried with set_time_limit( );
my code was
<?php
set_time_limit( 20);
?>
this is not working for me... can anybody please help me out in this...
i have tried with set_time_limit( );
my code was
<?php
set_time_limit( 20);
?>
this is not working for me... can anybody please help me out in this...
Comment