Posts by Gabriel • 113 points
18 posts
-
0
votes1
answer277
viewsQ: Binary to decimal conversion
I made an algorithm that converts from Binary to Decimal, now I need to develop one that does the opposite. I’ll leave the code below, but this with error. Thank you. converte' :: [Int] -> Int…
-
2
votes1
answer57
viewsQ: Sessions with PHP
I made a session code in PHP for Login and is not working, do this error ERR_TOO_MANY_REDIRECTS Below follows the codes made. <?php require_once "functions_prototipo.php"; //require_once…
-
0
votes0
answers34
viewsQ: Eliminating equal data with a for
How do I eliminate in FOR the value that is coming in the result variable. For example if vim 8:00 expose only the hours without 8:00. function buscarHorarios(dataConsu) { medico =…
-
0
votes0
answers112
viewsQ: Ajax requests
Speak guys, I have a form and in it a field where the user will be able to select a professional for the desired service, and when selecting such service I have to inform the available schedules,…
-
1
votes1
answer56
viewsQ: Problem with form + ajax
I made an ajax request to send the data from a form to the server, the data is sent and stored perfectly. But when processing the Success creating the condition, should the return of result were the…
-
0
votes1
answer55
viewsQ: Request Ajax in Forms
I made an ajax request to send the data from a form to the server, the data is sent and stored perfectly. But when processing the Success creating the condition, should the return of result were the…
-
1
votes3
answers163
viewsQ: Clear campo select
I created an Ajax request to fill in a field select when the user clicks on a certain specialty appear only the professionals qualified for the same. However, when clicking on another specialty the…
-
0
votes0
answers51
viewsQ: Mysql insertion problem
I have a form Scheduling and one of Employee Register, one script to enter data in the database table Scheduling and another script for the Register. In the Scheduling I need to rescue the code…
-
-1
votes1
answer314
viewsQ: Ajax requests with php
Good afternoon, I am in the process of creating a site for a job, and I came across the situation that I will need to popular selects dynamically using AJAX, JSON and PHP. There is someone who is…
-
0
votes0
answers200
viewsQ: Transactions with PHP
Guys, I’m having a problem with PHP Transactions. The transaction only stores the second part of the code, the first table is showing that it is empty, taking into account that the algorithm runs…
-
1
votes2
answers253
viewsQ: Problems with querySelectorAll
querySelectorAll works normally in Firefox, but not in Chrome. I wonder if anyone can help me in such a matter, follow the code. <script> document.querySelectorAll('a').forEach(link => {…
javascriptasked Gabriel 113 -
1
votes0
answers34
viewsQ: Updating Table
I have a form that receives all data from the database and has the option to delete such desired data. I wanted to know if there is any way that when the user clicks on Delete the page would already…
-
0
votes0
answers72
viewsQ: Saving PHP and HTML data
Next, I have a form here when filling it I use PHP to validate the data and save in the Mysql database. However, I enter the normal date and when viewing the table of the saved data, the date is the…
-
1
votes2
answers22
viewsQ: Event onmousenter
Next to creating a website and in the gallery part I created a function for when passing the mouse over the image create a margin, but, the image get slightly larger. I wonder if it would be…
javascriptasked Gabriel 113 -
0
votes1
answer27
viewsQ: Functions of Javascript/2
I have to create a function that will return a message box in the center of the screen with the information given by the user, however, such message box has to be done using the tag div And that’s…
javascriptasked Gabriel 113 -
1
votes1
answer53
viewsQ: Javascript functions
It was asked to create a form to take the value of A, B and C to stop calculating the equations of 2° degree and return the discriminant in a tag , but the function is returning Nan. Code just…
javascriptasked Gabriel 113 -
1
votes1
answer39
viewsQ: Javascript development
You have been asked to create a function that changes the paragraph to bold when the mouse is positioned over it. However, I am not able to solve. If anyone can help me, below part of the code made.…
javascriptasked Gabriel 113 -
-1
votes1
answer51
viewsQ: Javascript programming
How can I create a function in Javascript that will have a parameter that will receive what the user type on the screen and want as return a Alert with what was typed by the user? My question is how…
javascriptasked Gabriel 113