Very Strange issue with a php form
Hi,
I'm having an issue with a form which is being submitted to a database using PHP.
I've built all of the pages and they work fine (getting information into and from the database) EXCEPT when I try to Copy and Paste from one of the textarea to the other.
(I've created a spot on the page where someone can type new information to be presented on their home page, then the next day they need to copy and paste it into an archive textarea)
It will work if you are copying one or two words but once you try to do multiple lines it dies.
I figured it was having issues with the enter command and I tried a nowrap for the text area so that I could put everything on one line and it still died.
The one things I've noticed that could be the issue is the address bar.
If I just type what I want to say and everything works correctly the address bar ends with &Submit=Submit but if I try to copy and paste that is missing.
So I'm inclined to think that is the problem but i dont know how to fix it.
HELP
and Thank You in advance for your help
Tracy
(PS I hope I put this in the right place in the forum if i didn't just tell me and I'll move it)
|