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...
User Profile
Collapse
-
-
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 -
-
I am Sorry.I did not realise this will break the topic.I am sure,that I will not repeat it again
Thanks,
KSN...Leave a comment:
-
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 -
-
Thanks for the help can you tell me how to move it to corresponding anchor...Leave a comment:
-
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...Leave a comment:
-
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....Leave a comment:
-
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 -
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... -
Thanks paul,It is working.....sor ry for the late reply as I didnot come to office for the last two days
Thanks&Regards
KSNLeave a comment:
-
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...
No activity results to display
Show More
Leave a comment: