Hi,
This is probably a very easy question, but I can't find a solution on the net.
I have a php form which displays patient records and waiting lists. This has been setup with an action of $_SERVER['PHP_SELF'] so that if a user clicks submit the forms contents are redisplayed to them.
My problem is that I would now like to pass a variable in the same form to another script. Is there a way to pass the variable to this other script without losing the benefits of PHP_SELF (my form has approx 90 text boxes, radio buttons, text areas, dropdown lists, etc.)
Any advice or pointers would be much appreciated.
K
This is probably a very easy question, but I can't find a solution on the net.
I have a php form which displays patient records and waiting lists. This has been setup with an action of $_SERVER['PHP_SELF'] so that if a user clicks submit the forms contents are redisplayed to them.
My problem is that I would now like to pass a variable in the same form to another script. Is there a way to pass the variable to this other script without losing the benefits of PHP_SELF (my form has approx 90 text boxes, radio buttons, text areas, dropdown lists, etc.)
Any advice or pointers would be much appreciated.
K