Posts by user3275937 • 61 points
5 posts
-
0
votes0
answers15
viewsQ: DOT NET Application Build 4.6.1 MVC 5.2.3 with MSBUILD generates more files than needed
Build command generates more files than needed. In the Azure Appservice I have 234 files when the build generates 326. Have some other command like DOTNET PUBLISH to run later? Command used to…
-
0
votes1
answer190
viewsQ: CRUD U cannot get the ID and edit the Update
Folks I need a light to unwind a TIMESHEET. I have the following code. <form method="post" action="includes/input.php"> <button type="submit" class="btn btn-primary"…
-
0
votes2
answers206
viewsQ: Select does not work when clicking button
I’m looking for a contract at the bank, but when I click on Submit nothing is returned: Follow the code below: class Config{ // specify your own database credentials private $host = "localhost";…
-
1
votes2
answers424
viewsQ: Pass Mysql <option> values
Guys I’m having a hard time to perform a Submit of a specific field in case the <select> with 3 <option>. When I get the field to enter some data in the database it does not bring the…
-
4
votes2
answers634
viewsQ: How to paint cell according to the value of a select?
I am in need of a help to format a <td> according to the outcome of select PHP. I thought about using jQuery but I don’t know much about it. <tr class=""> <td class=""><?php…