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

Why I can't play audio automatically using html?

I'm trying to make web page in which there will be music playing in background. <!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Website </title> </head> <body> <h2>Welcome to my website</h2> <audio src="sound.mp3" controls autoplay> <p>If…

VIEW QUESTION

Data Adding Issue to SqLite DB through Dialogue in Android Studio – Flutter

public class MyDialogue extends AppCompatDialogFragment { private EditText edtkeytitle; //MyDbCode db = new MyDbCode(getActivity()); //BUT I AM GETTING ISSUE HERE IN INITIALISATION @NonNull @Override public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) { AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); LayoutInflater inflater = getActivity().getLayoutInflater(); View…

VIEW QUESTION
Back To Top
Search