Hi all!
Is there a easy and cool way to count files in a
directory and it's subdirectorys?
I already have 'ls -R1 | wc -l' but i don't think thats
really it. Isn't there a much cooler way to get an int
value that counts the files?
+ It shouldn't be very process intensive,
cause the function...
Hi folks,
I would like to know if it's possible to call finctions dynamicly, for example in a while block like:
while ($row = mysql_fetch_array($rs))
{
{$row[Function_name]. '_table'};
}
the function i wana call is 'xxxx_table'
The table field [Function_name] holds a part of
the funktion...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.