Posts by Bruno Gama • 11 points
3 posts
-
0
votes2
answers997
viewsQ: How to open a screen with a pre-filled HTML form?
I would like to know, how to open a form whose fields are already pre-filled with the user’s data (resulting from a search in the database), being in charge of it only edit the information. I’m…
-
0
votes1
answer81
viewsQ: How to edit something saved in the Python database
I need to search a student by name or Cpf that is saved in the database and recover this same student in a form to be able to edit it and later be saving again. I am using Django as a framework. I…
-
1
votes1
answer151
viewsQ: PHP: How to use preg_match_all in this excerpt?
Site I want to get the data I need to use preg_match_all to get what’s inside <table class="grid-table survey-info" cellspacing="0"> So far I’ve done the following <?php $url =…