Skip to content
Advertisement

url is change when submit on button

I am working on codeigniter my view file is

JavaScript

I have send post request like this url

http://localhost/openvoips/index.php/Login

but its change into

http://localhost/openvoips/index.php/Login?username=sanjay&password=12345&submit=Login

how to solve it

Advertisement

Answer

You are not sending post method.

Try to update below codebase

JavaScript

To

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement