if i give Limit for mysql query through php command line
script like this for ex.
$limit=500;
$total_items = 1500;
for($start=0;$start<$total_items;){
$command = "/usr/bin/php -q
/home/sitename/public_html/admin/feedmanager/test.php feedid
".$_GET['feedid']." start ".$start." end ".$limit ;
$start = $start+$limit;
$command_result = system($command);
}
so it's execute command for 3 times so it give limit to sql
query but if i have 27000 data so it takes long time? so my
question is that is that any way from php command line
script that i can use for collect all the data at once?
Devise a script that takes file name as arguement(which must
present in the current directory)and locates from your home
directory tree all thpath names of its links.Then mail the
list to self.
1) How can we use VB script in testing the application?
2) What all are the things(Software application to be installed in PC) we need to
learn VBscript?
327
Hi this is Vinoth.
I need a help on below mentioned question
A combobox contains list of items assume as 5
I have to get each items Individually and I have to Export
to datatable.
Please help me on this.
Thanks
36
how to extract pin_code,phone_number,year from text file using
regular expressions in perl
82
Description.Create
133
Difference between the SAP MDM vs IBM MDM in approach, the
tools used , ease in handling/implementing.
m new to xampp i want to configure file server in xampp...
is it possible ??? if so help me....
44
can anybody tell vb script code for alphanumeric and special
character .which is used in qtp the name text field.
274
how can i change colour of a image in aspx file?
148
we want to provide the errors to the right side of the text
field so what we want to add in jsp pages?
120
How will u make automatic login program in asp as u see in
yahoo messanger? When any body login to their system they
no need to fill userid and password. It automatically fills
the userid and password.
234
Consider the following example
#! /bin/perl
use strict;
sub sample
{
my @arr=(1,2,3,4);
return @arr;
}
my ($a,$b,$c,$d) = &sample;
print "$a\n$b\n$c\n$d\n";
In the above code, How can I get the $c without using the
arguments such as $a,$b.
I don't want to use any array to get the return values.
152
What is the architecture of Model views and controllers
100
what is database deployment?
91
i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?