![]() |
Need Some PHP Help
Anyone got some time to help me with this?
I got a folder with a lot of subfolders. Does Anyone know how I should do to list folders that starts with for example a "B". If I type http://www.domain.com/list.php?char=B I would be thankfull if someone would like to help me with this. :upsidedow |
if you want to invest a few bucks -> icq: 33375924
|
i'll point you in the right direction: http://us3.php.net/manual/en/function.scandir.php
foreach through scandir's results and use substr and strtolower to see if it begins with B. if you want it coded, pay someone edit: if you're not using PHP 5.. use opendir and readdir, for similar results |
Quote:
|
All times are GMT -7. The time now is 06:16 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123