How to solve SQL injection
Hello everybody, I have a url:http:\localhost coba index.php?menu=display, and I am confused that after SQL injection, how to put this URL in order. When an apostrophe i.e. ' is added at the end of above link, a warning will appear.
‘ERROR MESSAGE’
Warning: include (display '. php) [function.include]: failed to open stream:
No such file or directory in C: AppServ www try index.php on line 104
Warning: include () [function.include]:
Failed opening 'display '. Php'for inclusion
(include_path ='.; C: php5 pear ')
in C: index.php on line 104
Please help to solve this problem. Thanks in advance.








