Page 1 of 1

loginadmin.php file

Posted: Sun Apr 23, 2017 11:21 pm
by alex4orly
I want to add a button to this file, on click the user will be redirected to another page on my website
Need some help with where in this file should I insert the code and what should the code be

Hope someone can help me

Cheers

Re: loginadmin.php file

Posted: Mon Apr 24, 2017 3:32 am
by alex4orly
I managed to figure it out (almost) and inserted the following lines at the bottom of the file

echo "\n";
echo "\n";
echo "\n";
echo "<input type=\"button\" name=\"report\" value=\"Report\" onclick=>";

But, I don't know how to cause the onclick to start another page like "report.php" for example

Cheers