Posts by Jeferson Soares • 3 points
3 posts
-
-2
votes1
answer59
viewsA: Pagination with ajax and php
One person answered me by MSG, and for those who need it there is the answer. will need 2 files only one php and one js. the listing type displays the database list counter type counts when results…
-
-3
votes1
answer59
viewsQ: Pagination with ajax and php
People help me please I already looked everything and researched about it but nothing worked i have a table with id, name, phone and display this table through the Ajax request because I use a…
-
0
votes1
answer34
viewsQ: Calculate days between two dates
Guys I have the following code $date = date('d-m-Y', strtotime($row['data'])); $data_preset = date('Y/m/d'); $diferenca = strtotime($data_preset) - strtotime($row['data']); $dias = floor($diferenca…
phpasked Jeferson Soares 3