Re: [PHP] how to avoid executing whole script

2002-04-20 Thread heinisch
At 20.04.2002 15:06, you wrote: > >Hi, >I'm new to php, I want to do the foll: in my code: >display an array of names to the user, >up, down, top and bottom buttons are provided so that the user can change >the order of the names (e.g. if original array: "a, b, c, d, e and user >selects e and pre

[PHP] how to avoid executing whole script

2002-04-20 Thread Pushkar Pradhan
Hi, I'm new to php, I want to do the foll: in my code: display an array of names to the user, up, down, top and bottom buttons are provided so that the user can change the order of the names (e.g. if original array: "a, b, c, d, e and user selects e and presses top array should become e, a, b.