Posts by The Guilherme Henrique • 83 points
2 posts
-
6
votes1
answer3098
viewsQ: How to customize Auto_increment numbering in Mysql?
I have a column Contrato in my Mysql database, it is like Auto_Increment, by numbering the contracts as 1, 2, 3... But I needed, if possible, to organize these numbers in the actual format of…
-
1
votes1
answer244
viewsQ: PHP codes register but do not log in
I have 6 pages in PHP, two of them present me problems: php entry. (where are the database connection data) php client. (is the login page, only html formatting) login.php (file that checks and logs…