Posts by Ricardo Goncalves • 9 points
4 posts
-
0
votes1
answer54
viewsA: How do I make the form static at print time (without changing the size)?
I was able to do what I need,. <?php //header('Content-type: image/png'); ?> <!DOCTYPE html> <html> <head> <title>Consulta Código - Resposta</title> <link…
-
0
votes1
answer54
viewsQ: How do I make the form static at print time (without changing the size)?
When I send a form to print it changes the size according to the size of the page, in my case it is a card 54mm wide and 84mm high, I put these measurements in my code. It creates the page, I can…
-
0
votes0
answers19
viewsQ: Discover the user who updated wordpress
Is it possible to find out which user performed the wordpress update? Do you know if there’s a record in the database or something? I have access to FTP, I had to make a backup and go back to…
wordpressasked Ricardo Goncalves 9 -
-1
votes1
answer49
viewsQ: Counter button with Update
I’m having trouble making a javascript button to perform an update without refreshing the page, at the moment it is not entering in the bank and is doing refresh hehehe in index.php <form>…