Posts by Mauricio M. • 96 points
5 posts
- 
		3 votes2 answers52 viewsQ: Problem when printing fieldsPutting together a simple OS system, without BD, I put on the HTML page some fields to fill, and at the end a button to print, the problem happens that on the screen before asking to print the… 
- 
		0 votes1 answer726 viewsQ: Parse error: syntax error, Unexpected '='I am mounting a connection to the database, but it returns me this error: Parse error: syntax error, Unexpected '=' in C: wamp64 www login connected.php on line 2 Code: <?php @connect =… 
- 
		2 votes1 answer995 viewsA: What is a Monad and what is it for?A Monad, briefly, is simply a wrapper of some value. Example: function Maybe(value) { return { value: value } } const maybeString = Maybe('Novo Post No Blog') maybeString.value // 'Novo Post No… functional-programminganswered Mauricio M. 96
- 
		1 votes0 answers66 viewsQ: Problem with bootstrap field alignmentI’m facing a problem I can’t solve. What I wish seems to be simple, align the small field well below the written amount, I did some tests with methods I saw by the master google, but the field… 
- 
		0 votes0 answers38 viewsQ: Problem with PHPI am developing a small database to store some things, after done the schedules I came up with an error whose I can’t see your solution, could someone provide me help? Error message: Warning:… phpasked Mauricio M. 96