User Profile

Collapse

Profile Sidebar

Collapse
sanjeevcis
sanjeevcis
Last Activity: Jun 14 '07, 09:49 AM
Joined: May 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Differentiate between window close and window refresh

    Hi Everybody,

    Is there any way to differentiate window closing and window refreshing.

    Actually I need the code regarding this. I want to get the Popup when i close the perticular window but not when i refresh that window. I used OnUnload event in the body tags to open the Popup when the window is closed.But it is also executing when i refresh the window also!!!!.Please help me out if...
    See more | Go to post

  • sanjeevcis
    started a topic Can I change session timeout intervals?
    in PHP

    Can I change session timeout intervals?

    Hi Everybody.
    The problem is... my site is redirecting to Login page when i do nothing in my page (keeping it idle) for about 20-25 mins.
    What is the Default timeout period for sessions?.
    See more | Go to post

  • sanjeevcis
    replied to gettin a popup
    I Apologize everybody for my mistake in posting a wrong query ,Actually it was like above code.Once again guys forgive me to trouble you all ....
    See more | Go to post

    Leave a comment:


  • sanjeevcis
    started a topic gettin a popup

    gettin a popup

    Hi Everybody,

    I have a popup should be raised when i close a perticular window.i have written a javascript function . And i am calling that function with onunload event.But the problem is whenever i click the refresh button i am getting the popup.

    I dont want it to be happened when i click refresh button because I need the popup only when i close the window.So Please ,if anybody knows the solution,i will be...
    See more | Go to post

  • sanjeevcis
    replied to Insert array values into MySQL
    in PHP
    Hi,Thanks for ur code ,,Really it is very helpful.All was good,but,Your code is not working when i build an array by splitting a string.n It is working when we define the array in code itself.....
    Sanjeev...
    See more | Go to post

    Leave a comment:


  • sanjeevcis
    started a topic Insert array values into MySQL
    in PHP

    Insert array values into MySQL

    Hi,
    Below code is regarding to insert an array values into mysql db using php.
    i dont know why the code is not inserting array values into database properly.
    If is there any thing wrong with the code, Please let me know what is that!.
    Here $final is an array containg the values of "ID,Name,Ph one" one by one.
    array will be like $final=array(id 1,name1,ph1,id2 ,name2,ph2..... ........)

    [PHP]...
    See more | Go to post
    Last edited by Atli; May 11 '07, 05:27 PM. Reason: Added code tags

  • sanjeevcis
    replied to Add data from file into MySQL
    in PHP
    Thank you Susen ,
    your suggession is obsolutely correct,but,can t i solve my problem by writing query LOAD DATA INFILE to mysql..??

    Sanjeev.....
    See more | Go to post

    Leave a comment:


  • sanjeevcis
    started a topic Add data from file into MySQL
    in PHP

    Add data from file into MySQL

    hi, i am new member to this site and to php as well.
    My problem is :
    i have the data in the text file like below way
    ID : 1001
    Name : kumar
    Phone : 111111

    ID : 1002
    Name : keerthana
    Phone : 111111
    .
    .
    .
    i just want to enter this data into backend in respective fields ID,NAME,PHONE, And I am unable to write a query for this.

    Could any body...
    See more | Go to post
No activity results to display
Show More
Working...