Posts by Odacil • 203 points
10 posts
-
1
votes3
answers799
viewsQ: Undefined index error: user when submitting a POST form
Html <html> <body> <form action="encomenda_apagar.php" method="POST"> <br><br> <label class="sr-only" for="inputHelpBlock"></label> <b>INSIRA O SEU…
-
5
votes2
answers301
views -
1
votes1
answer120
viewsQ: Update error "Call to Undefined Function mysqli_sql()"
When performing the update is returned me the following error in the first result: Error: Fatal error: Call to Undefined Function mysqli_sql() in F: XAMPP htdocs PAPBRUNO PAPBRUNO…
-
2
votes2
answers159
views -
2
votes1
answer572
views -
1
votes3
answers1239
views -
0
votes2
answers184
views -
5
votes3
answers22753
viewsQ: Error in select using mysqli_query
I made a php to list the rooms, but I’m having difficulty to list them, if anyone can help me, I would appreciate <?php $link = mysqli_connect("localhost","root","","hotel"); $result =…
-
2
votes1
answer669
viewsQ: How do I make sure a person can’t book a room on the same day?
I have the reservation code made, but the SELECT is so that people can not book the room on the same day I can not do. In my database I have the reserve table, in which are the data.…
-
1
votes2
answers38
viewsQ: How to change the format of the day in javascript?
Good person, the scene is that I have here the script that makes that when making a reservation, you can not select the day of yesterday, and such . ,.. but when I see the date appears in the format…
javascriptasked Odacil 203