Posts by Daniel T. • 24 points
3 posts
- 
		-1 votes2 answers174 viewsA: Filling a list using its size as a stop criterionuse len(list) example for i in range(0, len(list) + 1) 
- 
		0 votes2 answers181 viewsA: How to assign to a variable the results of an arrayTry to use the function print_r($array). http://php.net/manual/en/function.print-r.php… 
- 
		-2 votes1 answer64 viewsA: file_get_contents Time PHPset_time_limit('tempo-em-segundos');