I still can not get this to work, sorry for being so thick!.
Can anyone please provide me with an example of how to convert each variable in a Form sent by POST to a global variable for uses any where within the script, including functions, without declearing each variable.
so my function2 display_table and output all the variable names used in my function1 post_form.
Something like:
foreach ($_post as $var) {
global $$var = $_post;
}
Many thanks
Ian.