In the last few days I have developed a small database within SQL Server, with the aim of improving my knowledge.
For now, I need to create a view (for the analytics team), to which the following data should be reported in the view.
➤ Order ID
➤ Date and time of order creation
➤ Customer's first and last name
➤ Delivery date
➤ Item code and description...
User Profile
Collapse
-
Create a specific view in SQL server
-
Calling a PHP page through Javascript
I must call a PHP page with a Javascript command.
I developed a function that does almost exactly what I needed:
View code: Example 1
But in the last part where it makes me "view" (document.getEl ementById('show Result')) only the result, I need to do it in a way that instead calls me another PHP page, where it will execute the instructions passed in this page.
Code used:
... -
On-Screen Alert checkbox
I have a PHP page with some checkboxes.
I need to do that: When I click on a button, an alert comes out to show me all the IDs of the selected boxes. How can I do this?
Visual example:
| BUTTON| - View the selected tests in an alert.
⬜ ALL | PRODUCT | SAMPLE ID
⬜ - - - Test 1 - - SD7168
⬜ - - - Test 2 - - BH1560
⬜ -... -
If I select a checkbox, I deactivate another
Here's the situation: As you can see in the visual example below. I have four - buttons radio - I need to make an event where when I select the option "NO" of the compo I automatically disable the two selections in the field .
If "YES" is selected, the two other selections must remain active. My problem is because the four stamps are "radio buttons" and not a checkbox.
Visual example:...
No activity results to display
Show More