Posts by Luketa99 • 39 points
6 posts
-
-1
votes2
answers451
viewsQ: Loop in PHP to create a form dynamically
good pie. I’m having trouble creating a php function to create a checkbox list. I want to fill in the value attribute and HTML content of with information provided by PHP, through a loop. The final…
-
0
votes1
answer70
viewsQ: INSERT php function in mysql database(checkbox)
I’m having trouble making several INSERTS. Problem: I am developing system that registers tag employee on a table but I’m not able to do everything at once. Example: I would like to register a name…
-
1
votes1
answer43
viewsQ: How do for my list shows only the items you have user_id={$_SESSION['id']
<?php echo "<table class='table'>"; echo "<thead>"; echo "<tr>"; echo "<th>id</th>"; echo "<th>nome</th>"; echo "<th>descriçao</th>"; echo…
-
-1
votes1
answer36
viewsQ: How do I update directly to the logged in person?
How do I update directly to the logged in person? html public function logar(){ $usuario_email = $this->input->post('usuario_email'); $usuario_senha =…
-
2
votes4
answers4366
viewsQ: How to ensure an image is centralized and responsive
Good morning! I wonder how I can do with CSS so that an image is centered in a way that is responsive in all monitors.
-
0
votes2
answers60
viewsQ: I would like a tip on checked, select option as I do to clear the fields if a person selects an option
Good morning I would like a tip on checked, select option as I do to clear the fields if a person selects an option <form method="post"> <input type="hidden" name="id" value="<!--#…