$aline will probably not be set in the receiving file, so you won't be able to reference it, unless you do something like this:
print <input type=\"checkbox\" name=\"lines[]\" value=\"$aline\" />";
Now you can pick up all aline posts as an array:
print_r($_POST['lines']);
diafol
Keep Smiling
10,666 posts since Oct 2006
Reputation Points: 1,628
Solved Threads: 1,514
Skill Endorsements: 57