Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End sending and receiving data on php Re: sending and receiving data on php

#135281
darrylm
Member

I believe the best way to accomplish this is with AJAX.

Data is entered into the form and on clicking submit, instead of being taken to login.php, data is sent to login.php behind the scenes, the data is processed and returned to index.php as you wish, all seemingly in an instant without leaving index.php