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)
-   -   making sentances into words... (https://gfy.com/showthread.php?t=903370)

qwe 05-04-2009 09:29 PM

Quote:

Originally Posted by d-null (Post 15815985)
if I understand what you are asking for, this will do it nicely:

Code:

<?php
if ( ( $file = file( "file.txt" ) ) !== false )
{
    foreach( $file as $line )
    {
        if (ctype_alpha($line{0}))
               
        {
              echo $line . "<br>";
           
        }
    }
}
?>


ya that's what I was looking for, thanks alot bro :thumbsup:)

d-null 05-04-2009 09:59 PM

Quote:

Originally Posted by qwe (Post 15819581)
ya that's what I was looking for, thanks alot bro :thumbsup:)

no problem :thumbsup


kind of curious what you have on the go with all these script requests :pimp


All times are GMT -7. The time now is 10:56 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc