Hi there everyone, I have this system where you can create folders on your HD for inserting PDF files via a web interface and you can also remove these folders, this works no problem, but I have run into a snag, I need to send more than 1 field in the below array via a form, how can I do? Basically, aswell as sending the ID, I need to send the title and path too and i'm abit confused. <input type="checkbox" name="del[]" value="<?=$id?>"> Any help would be VERY appreciated :-) Thanks everyone. Chris