Posts by Andre Machado • 1 point
2 posts
- 
		-1 votes1 answer324 viewsA: Problem downloading a php exportUse that way and it’s worked. // Configurações header para forçar o download header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header ("Last-Modified: " . gmdate("D,d M YH:i:s") . " GMT"); header… 
- 
		-1 votes4 answers6834 viewsA: Find character in string$test = "Hi, How are you!"; function strCharFind($needle,$haystack){ $return = FALSE; $arr = str_split($haystack,1); foreach($arr as $value){ … phpanswered Andre Machado 1