Mara's dad Yes I can ! | Y passe conbien de fois dans ta boucle ?
Parce-que quand il trouve, tu fait un echo de $pos QUI NE CONTIENT RIEN ! ! !
Code :
- if( ! $read = fopen( "include/connect.inc.php", "r" ) )
- {
- die( "can't open the file" );
- }
- while(!feof($read))
- {
- echo $read2=substr(fgets($read, 255), 2, 500);
- echo "<hr>";
- $pos = strpos($read2, "chakal" );
- if( $pos === false )
- echo "can't locate";
- else
- echo $pos;
- echo "<hr>";
- }
|
J'ai testé, et çà me donne çà :
DEFINE (SERVER, "xx" ); DEFINE (USER, "xx" ); DEFINE (PASSWORD, "xx" ); DEFINE (DATABASE, "xx" ); //forum configuration $theme="chakal"; $Root="/chak_forum"; $ForumName="ChaKal's forum 1.0"; $Ip=$_SERVER['REMOTE_ADDR']; $PostPerPage="20"; $ThrdPerPage="20"
--------------------------------------------------------------------------------
124
--------------------------------------------------------------------------------
$Title="Welcome To ChaKal's Forum 1.0 [Work In Progress]"; $PagePerPage="20"; $PageThreadPerPage="20"; ?>
--------------------------------------------------------------------------------
can't locate
-------------------------------------------------------------------------------- |
Message édité par Mara's dad le 04-12-2003 à 11:27:27 ---------------
Laissez l'Etat dans les toilettes où vous l'avez trouvé.
|