I have a small problem. I am working with some manual testers who are untrained in programming/database design. Our current process means that these manual testers need to i
Use mysql_connect method if you use mysql and enter data like:
mysql_connect
INSERT INTO tablename
and stuff just read about it.