Answer the question
In order to leave comments, you need to log in
How to display data on another page without saving it to the database?
How to display data on another page without saving it to the database?
There is a form:
<form action="handler.php">
<input name="answer" value="a2">
<p><input type="submit"></p>
</form>
Answer the question
In order to leave comments, you need to log in
Styles overlap each other, for the first work area from 0px to 992px and for the second from 0 to 576px, you need to set for the first
@media (max-width: 992px) and (min-width: 576px) {
/* CSS */
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question