I am having some issues with validating data from user inputs. The main problem is the if a user posts
The result is:
No matter what I do. Any ideas?
I am also looking for a function that returns true or false depending on whether the user has any 'bad' characters for the database to handle or that may create problems later. Characters such as: " ' ; ) ( [ ] } { + * & $ % # ^and characters in languages besides english.
| Code: |
| <script>[Whatever]</script> |
| Quote: |
| 500 Internal Server Error |
| Quote: |
| Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. |
No matter what I do. Any ideas?
I am also looking for a function that returns true or false depending on whether the user has any 'bad' characters for the database to handle or that may create problems later. Characters such as: " ' ; ) ( [ ] } { + * & $ % # ^and characters in languages besides english.
