Quote:
Originally Posted by murugaperumal.s
I tried in this code. But in this showing error notice "undefined index: submit". Please give a solution for in this.
|
You can ignore this error for the moment, it just means that you didn't initialize the variable
REQUEST['submit'].
This code should NOT be used in a web-facing environment, as it doesn't screen or sanitze any of the input variables pulled from the REQUEST[] array. If you run this code as-is, your site or server will very likely be hacked.