I am creating an invoice form in php I have a button on the bottom that can add a new line by calling itself with a parameter invscreen.php?lines=x
I have no trouble working out the lines and creating a multi line invoice.
As you enter the form the SESSION variables are created but what I can't do is get the input from the form into these session variables.
Don't forget this is entirely a PHP script there is no HTML
I was considering calling a sub form and using the post method but I have several buttons on the bottom.
Richard
I have no trouble working out the lines and creating a multi line invoice.
As you enter the form the SESSION variables are created but what I can't do is get the input from the form into these session variables.
Don't forget this is entirely a PHP script there is no HTML
I was considering calling a sub form and using the post method but I have several buttons on the bottom.
Richard