GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need Some PHP Help (https://gfy.com/showthread.php?t=632385)

More Booze 07-12-2006 03:46 AM

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

woj 07-12-2006 03:52 AM

if you want to invest a few bucks -> icq: 33375924

studiocritic 07-12-2006 04:52 AM

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

More Booze 07-12-2006 09:58 AM

Quote:

Originally Posted by studiocritic
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

Thank you very much! :thumbsup


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