Well this is difficult to explain but what I would like is an html page which would have many textbox options and one submit button. If information is put into the box then it will add it to the end of the url that the submit button will take you to. Basically
and many more if possible.
This is to combine with php this is why I need the values after the url.
Thanks
| Code: |
| If textbox1=.... then:
To the end of the url add &image='textbox1.text' |
This is to combine with php this is why I need the values after the url.
Thanks
