Posts by Eduardo Parcianello de Avila • 54 points
7 posts
-
0
votes3
answers1959
viewsA: How to determine which characters can enter the input?
To limit example: Username: <input type="text" name="usrname" maxlength="10"><br> For special features try this: pattern="[@-#]+"
-
1
votes2
answers61
viewsA: Line break between record of a table
My friend is just using To break the line automatically Resultado: echo $linhas[0] . "<br>";
-
0
votes1
answer48
viewsA: Confirm which contract to open
Complete code <!DOCTYPE html> <html> <head> <title>Contrato</title> </head> </html> <?php session_start(); include('verifica_login.php');…
-
0
votes1
answer69
viewsQ: Placing information within the specific user
I need the registered user to have access only to his contract user 1 contrato1 user 2 contrato2 I already have the contracts in . doc I need that when the user logs into the.php panel he can see…
-
1
votes1
answer48
viewsQ: Confirm which contract to open
Opa galera I need help, I have the login system done already and I already have a couple registered users, I want each user to have a contract that in case I already have the two contracts…
-
0
votes2
answers109
viewsA: Send messages on web site(messenger online)
Will have to use database and also php had a chat project that he did not update the page anymore in the case Php and MYSQL will be used
-
-1
votes1
answer47
viewsQ: How do I put a responsive loading
My site it’s all done need to put a loading when one clicks on each tab or even to enter the site I just couldn’t find a tutorial on how to do it because it works both for mobile and computer..…