User Profile

Collapse

Profile Sidebar

Collapse
muthumeena
muthumeena
Last Activity: May 2 '07, 11:12 AM
Joined: Mar 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • muthumeena
    replied to set_time_limit not working
    in PHP
    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() ;...
    See more | Go to post

    Leave a comment:


  • muthumeena
    replied to set_time_limit not working
    in PHP
    Suppose after specified seconds, my script has to expire and reload again, what should i do?
    See more | Go to post

    Leave a comment:


  • muthumeena
    started a topic set_time_limit not working
    in PHP

    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...
    See more | Go to post

  • muthumeena
    replied to Hi all
    in PHP
    the function set_time_limit( int seconds) is not working. do i have to change anything in php.ini file

    Regards

    Meena
    See more | Go to post

    Leave a comment:


  • muthumeena
    replied to Hi all
    in PHP
    thanks a lot!!!

    i would definitely make a try with it.
    See more | Go to post

    Leave a comment:


  • muthumeena
    started a topic Hi all
    in PHP

    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
    See more | Go to post
No activity results to display
Show More
Working...