this is my php code for registering a user with a password.
<?php
//replace username and password with your mysql name and password
$conn = mysql_connect(" localhost","roo t","mobileproje ct") or die("Connection Error");
//select the database
$db = mysql_select_db ("test")or die("Connection Error");
session_start() ;...
User Profile
Collapse
-
Suppose after specified seconds, my script has to expire and reload again, what should i do?Leave a comment:
-
set_time_limit not working
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... -
the function set_time_limit( int seconds) is not working. do i have to change anything in php.ini file
Regards
MeenaLeave a comment:
-
-
Hi all
I have a doubt in PHP
i want to specify Time to live option for a PHP script. suppose if i am assigning 10 minutes for a script, while running the same the script should expire after 10 minutes. can anybody please help me out in this. Thanks!
Regards
Meena
No activity results to display
Show More
Leave a comment: