Posts by M Santos • 88 points
3 posts
-
2
votes2
answers684
viewsQ: Generate the days of the current week?
I need to generate the days of the current week from Sunday to Saturday and store them in a vector in the format dd/mm/aaaa, I have the following code to catch the current week: $diaAtual =…
-
4
votes1
answer432
viewsA: How to remove time out? PHP
Include this line at the beginning of your php file, or in php.ini ini_set('max_execution_time', 0);
-
1
votes1
answer914
viewsQ: Copy lines from one table to another with jQuery
I have the following tables: <html> <table class="table table-hover" id="tb1"> <thead> <tr> <th class="a-center" width="60">Codigo</th> <th…