Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Lazlo71

  1. Lazlo71

    Count Files in an Directory?

    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...
  2. Lazlo71

    Call functions dynamic ?

    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...

Part and Inventory Search

Back
Top