Posts by JOG • 41 points
6 posts
-
0
votes1
answer41
viewsQ: How to recognize the selected entry
I have two data entries (password.entry,id.entry) and I want to make the program recognize which of these fields is clicked and enter the value that is inside a button in this selected field.…
-
0
votes1
answer87
viewsQ: Python function equivalent to Crypt in PHP
I have a program in PHP that encrypts a password with the method crypt: $crypt = '$1$/E0xe3/3$yPzJElk.aVSd5JoQTopDZ/'; if($crypt == crypt($_POST['key'],$crypt)) And with that I get the following…
-
2
votes1
answer278
viewsQ: How do I extract the name of multiple folders within a directory?
I need to get inside a folder called /users, where inside it the various folder and copy the name of all folders, follows the example. I wish I could take the name of these folders and save to a…
-
0
votes1
answer1534
viewsQ: How to unzip a folder in PHP?
I have a form where an administrator will fill in the user data, but I need this administrator to enter a folder. zip where will take user photos. I am using a button to select the file . zip , but…
-
-4
votes1
answer729
viewsQ: What is request.post and what is its function?
I am studying python and I came across such a method, but even reading the documentation I still do not understand. From now on, thank you. The python documentation you were reading…
python-3.xasked JOG 41 -
0
votes1
answer37
viewsQ: With using conditions within a PHP method
I already ask forgiveness for some kind of mistake in the creation of the question, I am willing to receive help I have a login using classes that after logging in the user, who is saved in the BD,…