Posts by dansoler • 21 points
2 posts
-
1
votes6
answers21826
viewsA: How to remove auto-fill inputs?
I decided as follows: <input type="text" id="matricula" placeholder="Matrícula" name="mat" required autofocus autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" />…
-
1
votes0
answers77
viewsQ: Problems with $_SESSION
I have a problem to solve. I have the same site on several different servers, but one has different results. It seems there is some error, I do not know if it is configuration. Here’s the following…