Hi,
Would converting all meta characters (eg. | . ( ! etc.) to an html representation that is [ASCII CODE};
before saving to the mysql table prevent SQL Injection and good way to prevent the use of meta characters in
any call using system or open (eg sending email).
Example: Thus a single quote will be represented by & # 39; etc.
If I need any these characters, lets say to send email, I would simply reverse the conversion for the @ and period.
I'm interested in feedback.
Thanks
David J.