Posts by Snoopy12 • 43 points
9 posts
-
-6
votes2
answers138
viewsQ: CSS - How to create a button or design like this reversed
I would like to know how to create a box just like the yellow button of the image below. I would simply like to know how to flip sides using CSS and HTML.…
-
-3
votes1
answer121
viewsQ: Errors using PREG_MATCH
I created a form where you send information. I think some character is missing in the PREG MATCH, because it does not accept the TEXT TEXT OPEL ASTRA G 1.4 v1999 Lado esquerdo condutor(frente esq).…
-
-4
votes1
answer183
viewsQ: How to apply mask in a field in this format "000 000 0"?
I took this code ready mask, but I would like to adapt format 000 000 000 0: window.onload = function(){ var campo = document.querySelector('#matricula'); campo.addEventListener('keyup', function(){…
javascriptasked Snoopy12 43 -
0
votes2
answers211
viewsQ: Php Numeric Format of 000 000 0
Good, I’m creating an input where it sends a code. This code should be inserted thus. INPUT-TEXT Formato -> 000 000 000 0 what is the best way to do it in this format? Example, I will write in…
-
1
votes1
answer82
viewsQ: php - create txt file and add all new records to it
Good, I am creating a Function that will create a new log.txt, if you already exist just write the new data. But it is giving errors, since I am testing, and I click REFRESH to the browser it just…
-
1
votes0
answers27
viewsQ: php - use <br/> as ENTERS in the textarea
I’d like to get the information on: When a person makes a Enter in the textarea, the code itself should insert a "br>" in mysqli, thus giving a line below. How can I accomplish this way?…
-
0
votes1
answer78
viewsQ: php - fetch_assoc() errors
Good, I created this code to fetch all data through a SEARCH. If I write for example "Olaaaaa", it does not error and shows the fishing, but if I give space and excrever for example "Olaaa Souuuuu",…
-
2
votes1
answer63
viewsQ: php - check if the user with email X has 1 or 2 open sessions
Good, I would like to know what is the safest and easiest way to check if a user is connected 2x in the same email. If he is he simply cancels 1 and gets the other. How can I make that check?…
-
-1
votes1
answer54
viewsQ: php - reduce image size
I created this image upload code. But knowing that certain people can by 2000x1000, 5mb images I’d like to narrow that down to something even smaller. And insert it into my code?