vendredi 1 avril 2016

HTML Method web

    <div id="sidebar">
        <div id="btncari">
            <form method="POST" action="prosescari.php">
                <table cellpadding="3"> 
                    <tr><td><input style="width:200px; border:5px; font-family:'Trebuchet MS'; font-size:14px;" type="text" name="keyword" placeholder="Kata Kunci" name="id"></td></tr>
                    <td><input style="width:200px; border:5px; font-family:'Trebuchet MS'; font-size:14px;" type="submit" value="Go Find"></td>
                </table>
            </from>
        </div>
        <div id="btnlogin">
            <form action="proseslogin.php" method="POST">
                <table>
                    <tr>
                        <td><input style="width:200px; border:3px; font-family:'Trebuchet MS'; font-size:14px;" type="text" name="username" placeholder="Nama Pengguna"/></td>
                    </tr>
                    <tr>
                        <td><input style="width:200px; border:1px; font-family:'Trebuchet MS'; font-size:14px;"type="password" name="password" placeholder="Kata Sandi"/></td>
                    </tr>
                    <tr>
                        <td><input style="width:200px; border:1px; font-family:'Trebuchet MS'; font-size:14px;" type="submit" value="Login"/></td>
                    </tr>
                </table>
            <form>
        </div>
   </div>

why if i click submit login, i will directed to prosescari.php?? not to proseslogin.php?? please thankyou




Aucun commentaire:

Enregistrer un commentaire