Thread
:
PHP register problem?
View Single Post
#
2
(
permalink
)
10-17-2007, 02:41 PM
TeraTask
PT Admin
Awards Showcase
Total Awards
: 3
Join Date: Jun 2007
Location: Reno, NV
Posts: 442
iTrader: (
0
)
Probably just a typo on this line:
PHP Code:
if(
$row
<>
"0"
){
which should be
PHP Code:
if(
$rows
<>
"0"
){
__________________
Jeremy Miller
Content Farmer -
Optimized Automated Blog Posting
The Following User Says Thank You to TeraTask For This Useful Post:
HelloWorld
(10-17-2007)
TeraTask
View Public Profile
Send a private message to TeraTask
Visit TeraTask's homepage!
Find all posts by TeraTask