Thread
:
PHP Coders
View Single Post
03-04-2007, 06:02 AM
nation-x
Confirmed User
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
View Public Profile
Visit nation-x's homepage!
Find More Posts by nation-x