User Profile

Collapse

Profile Sidebar

Collapse
ksn2007
ksn2007
Last Activity: Nov 23 '09, 06:41 AM
Joined: Jan 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ksn2007
    replied to Sorting an array of IPAdresses
    in PHP
    Thank You,
    Is there any function to get them in descending order,of course we can write some code to display the result of natsort($ips) in reverse order but I wonder is there any function to get the IPs in descending order
    Thanks,
    KSN...
    See more | Go to post
    Last edited by ksn2007; Apr 10 '08, 01:45 PM. Reason: miss spell

    Leave a comment:


  • ksn2007
    started a topic Sorting an array of IPAdresses
    in PHP

    Sorting an array of IPAdresses

    Hi All,

    I have to sort the array which containing IPaddresses I tried array_multisort ($iparray, SORT_ASC, SORT_STRING);

    but it is not working.Please suggest me the solution.

    Thanks,
    KSN
    See more | Go to post

  • ksn2007
    replied to want to learn Regular Expressions
    in PHP
    I will look into them.Thank You
    KSN...
    See more | Go to post

    Leave a comment:


  • ksn2007
    replied to want to learn Regular Expressions
    in PHP
    I am Sorry.I did not realise this will break the topic.I am sure,that I will not repeat it again
    Thanks,
    KSN...
    See more | Go to post

    Leave a comment:


  • ksn2007
    started a topic want to learn Regular Expressions
    in PHP

    want to learn Regular Expressions

    Hi All,
    I want to learn to represent string in regular expressions.I google it for some time but didnt get proper information.Can any one give me the information/link that can help me in learning to represent a string in Regular Expression.
    Thank You,
    K.S.N.Murthy
    See more | Go to post

  • ksn2007
    replied to How To display a page from middle
    in PHP
    ThankYou,It is working for me....
    See more | Go to post

    Leave a comment:


  • ksn2007
    replied to How To display a page from middle
    in PHP
    Thanks for the help can you tell me how to move it to corresponding anchor...
    See more | Go to post

    Leave a comment:


  • ksn2007
    replied to How To display a page from middle
    in PHP
    Thanks a lot for looking into this.
    I have some links on the left frame and resultant page should be displayed on the right frame of the screen.Im getting the resultant page using Ajax.Out of these links 3 links point to same page which contains the data corresponding to the three links.What I want is If user clicks on 2nd link,in the result page the cursor should point to the data corresponding to 2nd link.i.e.the user has to scroll up...
    See more | Go to post

    Leave a comment:


  • ksn2007
    replied to How To display a page from middle
    in PHP
    Im really very very sorry I might confused you. What I want really is my result page contains whole data,If the User click on a link to read the data about some particular,the corresponding data should be shown from top,although there is some data in the page before the required data.i.e.cursor should point to this data....
    See more | Go to post

    Leave a comment:


  • ksn2007
    started a topic How To display a page from middle
    in PHP

    How To display a page from middle

    Hi All,
    I am using Ajax for displaying the resultant pages.When I click on a link I want the page to be displayed from the middle rather than from the top.Please help me in this.
    Thanks,
    KSN
    See more | Go to post

  • How to execute a script in background using exec() from php script

    Hi All,
    I have to run a shell script from my php script and while shell script is running I have to do some other tasks in my php script.To run the shell script I am using
    exec("sh myscript.sh &");
    The Next line in my php script got executed after the shell script completes its execution. I want the next line of my script got eecuted as soon as i start shell script.
    Please suggest...
    See more | Go to post

  • ksn2007
    replied to How to execute a script using ssh
    Thanks paul,It is working.....sor ry for the late reply as I didnot come to office for the last two days
    Thanks&Regards
    KSN
    See more | Go to post

    Leave a comment:


  • ksn2007
    started a topic How to execute a script using ssh

    How to execute a script using ssh

    Hi All,
    I have a perl script which runs forever.I want to run it from another machine with ssh. The command i gave is
    ssh user@host perl myscript.perl
    The command is ok for the scripts which have little execution time.But the problem is,the command i gave is waiting for the completion of execution of the script(ssh not exiting as the process is running).I want the command to just start the execution of the script and...
    See more | Go to post
No activity results to display
Show More
Working...