Quote:
05-23-03 at 11:32 AM Pezman said this in Post #7
Fallout2man
I get a parse error on line 20
That line is: $username=userinfo[username];
so I changed it to: $username=$userinfo[username];
Notice the $
Now....
The system doesn't send me an email although it says it did. And it says ", you have...l" rather then "Pezman, you have..."
|
Fixed that, also realized the main if statement was off, I was using userid instead of usergroupid like it should've been.