Posts by João Victor • 21 points
4 posts
-
0
votes0
answers36
viewsQ: Update PHP form data
I would like help to solve the following problem, in the editing part of a form I have fields that are created as "Rows" from the registration part, the registration is correct, however, in the…
phpasked João Victor 21 -
-1
votes1
answer41
viewsQ: Conversion Unixtime to another format
I have the following code PHP: 1 $timestamp = $stuMessage->unixTime; 2 fwrite($fh, "timestamp: ".$timestamp."\r\n"); 3 $data = gmdate("Y-m-d", $timestamp); 4 $data2 = gmdate("Y-m-d", 1541421652);…
phpasked João Victor 21 -
0
votes1
answer151
viewsQ: Invalid method (HTTP Verb) is being used Error
The page you are Looking for cannot be displayed because an invalid method (HTTP Verb) is being used. This error is being presented, when I try to send via POST data XML to an archive PHP. I wrote a…
-
2
votes0
answers89
viewsQ: Google Chrome problem with changing password
I have a colorbox on the page that makes the user password change, it works normally, but I do not know why sometimes the Google Chrome of some bug and does not perform this change, as an example I…