Posts by A. Chiele • 176 points
3 posts
-
0
votes1
answer523
viewsA: Return to a page with completed form
It may not be the best approach to solving this case, but when the user selects the exam, he saves the exam id on Session, when he returns to the form page, checks if he has an id on Session, loads…
-
3
votes2
answers146
viewsA: Select only one item
Missing "name" element inside radio input so that only one can be selected. <tr> <td> <input type="radio" value="1" name="group1" /> </td> <td>1</td>…
-
13
votes1
answer7485
viewsQ: Laravel 5 and Sql Server
I need a help, I made several attempts to connect Laravel with SQL Server and all without success. However, I managed to make it work with pure php, using sqlsrv_connect and Code Igniter. Windows 10…