Posts by Érycson Nóbrega • 101 points
3 posts
- 
		0 votes1 answer31 viewsA: Create Query with MysqlFor security reasons, use Pdo->prepare(), as follows: <?php $stmt = $pdo->prepare('SELECT * FROM escalaservico2 WHERE numero_funcionario LIKE ? OR codigo_setor LIKE ?');… 
- 
		0 votes1 answer620 viewsQ: Translation, rotation and scale of a rectangleImagine the following rectangle A and rhombus B: Rectangle A has dimensions 4200 by 3000. Rhombus B has the maximum dimensions of 167 by 167, its sides have 98 by 98. Rectangle A is equivalent to… 
- 
		-1 votes3 answers552 viewsA: Text registration with emoticonsYou can save more or less like this: Um texto qualquer com um <img src="smile/1.png"/> qualquer Ai at the time of saving display in HTML will already be a little guy. Got?…