Posts by joão victor fernandes • 23 points
2 posts
-
0
votes1
answer230
viewsQ: Export query to EXCEL in PHP error UTF-8
When I export the data the UTF-8 is not acting, how can I solve this? // Formatação do header do arquivo header ("Expires: Mon, 18 Nov 1985 18:00:00 GMT"); header ("Last-Modified: ".gmdate("D,d M…
-
2
votes1
answer126
viewsQ: How to add increment to each ID and reset after a new <div> PHP
I want to know how many lines I have in each and which line will be modified, for that I want to add increment in id="id_tec_pag'+id_tec_pag+'[]". And that with each block change this counter will…