Posts by Jeyziel Gama • 27 points
2 posts
-
-2
votes1
answer39
viewsQ: How do I get the calendar to start on Monday?
<?php function linha($semana){ echo "<tr>"; for ($i=0; $i<=6; $i++): if(isset($semana[$i])): echo "<td>$semana[$i]</td>"; else: echo "<td> </td>"; endif; endfor;…
-
3
votes1
answer91
viewsQ: My database is changing the last name by the registered name and no email appears
File that records: <html> <head> <meta charset="utf-8"> <title>cadastrando...</title> </head> <body> <?php $host = "localhost"; $user = "root"; $pass =…