Posts by Rafaela Lima • 41 points
2 posts
-
1
votes0
answers316
viewsQ: Receive data from a modal/bootstrap registration form in php
I have the following index.html file in which you have 2 forms: login and the second one in modal for the registration. But in the registration modal, the data entered by the user are not received…
-
3
votes3
answers4127
viewsQ: Calling attributes of an object in another class in python
I’m a beginner in python and I wanted to know what I call attributes of another object in another class, because in Java, for example: package model; import java.util.ArrayList; import…