Thread: PHP Coders
View Single Post
Old 03-04-2007, 06:02 AM  
nation-x
Confirmed User
 
nation-x's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Rock Hill, SC
Posts: 5,370
Code:
if (!empy($line)) {
This needs to be

Code:
if (!empty($line)) {
nation-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote