Re: [PHP] fwrite and sort

2005-03-21 Thread Richard Lynch
http://php.net/asort On Mon, March 21, 2005 12:29 pm, Sebastian said: > i have a form with checkboxes which after POST it writes to a file. > i would like to allow the user to sort the selected checkbox filename in > the > order they want it written to file. > > so i was thinking creating an inp

[PHP] fwrite and sort

2005-03-21 Thread Sebastian
i have a form with checkboxes which after POST it writes to a file. i would like to allow the user to sort the selected checkbox filename in the order they want it written to file. so i was thinking creating an input text box where they can enter a number, then have it written to file in that orde