I have some input boxes in my WML page.
They send data to another page, where it is used in PHP code.
My problem is, if you enter invalid characters like $, ?, & etc. it causes an error as soon as it is sent to the next page.
A method for fixing please! I do need to be able to input symbols in my page, but I can do without the above characters though.
I don't know what to do, I can't validate it before it leaves the page using PHP, the variables aren't available to PHP until they're posted to the next page.
Email r_pridham@yahoo.co.uk or post here.