Posts by Like Mike • 1 point
2 posts
-
0
votes1
answer25
viewsQ: I would like to know how to list data in different bootstrap tables using Codeigniter
This is the view named Dashboard.php <main role="main" class="col-md-10 ml-sm-auto col-lg-10 px-4"> <div style="top:-5px" class="col-md-12 d-flex justify-content-between flex-wrap…
-
0
votes1
answer40
viewsQ: Pull data from an input
<html> <head> </head> <body> <input type="text" id="dias"> <input type="date" id="ativacao"> <input type="date" id="vencimento"> <script…