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

#135258
bizzr3
Member

hey , in the login.php change action attribute of form to index.php and then in the index.php you can get the value of input boxes with $_POST , something like this :
$username = $_POST;
and process the $username and all variables like this.