Posts by Lucas Fiiguer • 9 points
5 posts
- 
		0 votes1 answer261 viewsQ: Update an sql column of all recordsI will try to be as specific as possible, if anyone can help me I really appreciate. I need to know how to change information in a column of all database records. For example: I have the database… 
- 
		0 votes1 answer67 viewsQ: Can anyone tell me why if Else is not returning Is it?Come on, guys, I’ll try to be as enlightening as possible on the question. Next: I have an if Else that is done by a Pdo query, when I type an existing Cpf it does the job properly, until then ok!… 
- 
		0 votes1 answer58 viewsQ: Does anyone know where the error in this code is?The error that is generated me is the following: Notice: Only variables should be passed by Ference in Can anyone tell me how to fix it? According to the error, it’s in this part: $extensoes_aceitas… 
- 
		-2 votes1 answer199 viewsQ: Value rounding up php does not workI want to transform the value returned from a sum, formatted without point(.) or comma characters(,) $valor comes from a POST, the following sum is made: echo $porcent * ceil($valor); The above code… phpasked Lucas Fiiguer 9
- 
		0 votes1 answer505 viewsQ: How do I query passed by get in id Pdo to codeI’m starting in Pdo now, so will start the games for me a little bit and my question is the following: I am working on another code of a friend and in his code the get to display the information is…