skip to Main Content

On clicking the submit button of a form, it's not responding – PHP

Form submit button is not responding even though I have specified the action, in the form action field. <div class="container"> <form action="php/record.php"> <h3>Enter the following details :</h3> <form autocomplete="off" action=""> <div class="autocomplete" style="width:300px;"> <label for="school">School :</label> <br> <input id="school" type="text"…

VIEW QUESTION

pretty url html htaccess

I am trying to redirect the page from mysite.com/page1?id=37773 to mysite.com/page1/37773. I tried seraching on various blogs where i found them trying with php files but even when i copied and rewrite it wont work so i am here to…

VIEW QUESTION
Back To Top
Search