07-01-2009, 05:05 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: May 2008
Location: Québec
Posts: 104
Thanks: 10
|
Match $var in text file ?
Good day to you all,
stupid as it sound, all the thing that I have tried to match a variable into a text file and execute according to it result.
PHP Code:
$active = "user_list.txt"; $pos = strpos($active, $_SESSION['username']); if ($pos === false) { echo "<b id=\"userinfo\"><img src=\"enligne.png\" valign=\"bottom\" width=\"13px\"/></b>"; } else { echo "<b id=\"userinfo\"><img src=\"horsligne.png\" valign=\"bottom\" width=\"13px\"/></b>"; }
Thanks !
__________________
That's why we are not alone on earth... let's build !
|
|
|
|