Questions tagged as 'web'

2
answers

Get a single value of MySQL and store it in a variable with PHP

I need help to understand something basic. I have searched everywhere but the answers have not been simple. I have been trying to validate a specific type of user with ID_Profile = 001 to be redirected to "MenuExamenes.php" and users with ID_Pro...
asked by 10.12.2018 / 08:29
0
answers

How to stop "httpd.serve_forever ()"

I had Apache perfectly configured and functioning. I wanted to try this script in Python: from http.server import HTTPServer, BaseHTTPRequestHandler class Serv(BaseHTTPRequestHandler): def do_GET(self): if self.path == '/':...
asked by 09.12.2018 / 23:15
0
answers

Help with Amazon code

in my work I have been given this Amazon code is an accountant, but being on the web page is a fixed number unless you reload the page changes the number, but I want to be updated at all times this number without needing to reload the page, I ne...
asked by 01.12.2018 / 00:09
1
answer

Problem with stored procedures in oracle and with .net

I have a problem that does not allow me to advance in my work, I hope you can help me. I'm doing a Web API that connects to a database in Oracle, it's a simple CRUD, I've done the Stored Procedures and everything, I've tried them from Oracle...
asked by 04.12.2018 / 07:36
1
answer

Colapsar sidebar

I have a project that uses the AdminLte template, and I do not know how to make the sidebar collapse: I have managed to change color when the size of the screen exceeds 500px but I do not know how to make it also collapse: @media (min-wid...
asked by 07.12.2018 / 19:19
1
answer

Problem when trying to obtain and delete a session in laravel with $ request-session () - get ('cart') and Session :: get ('cart')

I am developing an online store with Payu Latam, what I want to do is that when payu confirms a purchase I can empty the shopping cart of said buyer. The process is the next ... I send the purchase data to the Payu gateway so the users lea...
asked by 19.11.2018 / 19:24
1
answer

Where to host files in maven web project

I have a web project built with maven and eclipse that from a byte array I must write the files inside the project folders and then through a url the files can be downloaded. Looking for the files I could leave in the resources folder. In...
asked by 17.11.2018 / 06:38
0
answers

Angular Material ComboBox / Spinner with rating stars

Hi, I would like to do a spinner / combobox where I could choose the rating in stars. I have managed to make the combobox have different options, from without qualifying to 5 stars as shown in the following image: But when I select...
asked by 22.11.2018 / 13:36
0
answers

mask for mail

I tell you, I'm working on a web system in java with maven, and I want to mask the mail that shows a password recovery screen, very similar to the one in the image: but I need it to be of the format: [email protected] (that is, from the...
asked by 16.11.2018 / 13:50
0
answers

.htaccess blocks all ips of my range or allows them

Eerecien start in this world and I find this. what I want to do is that all the ip in Argentina are allowed to access the site, and the others block it .. well my .htaccess code is the next one order deny,allow allow from 5.8.46.0/25 allow fro...
asked by 11.11.2018 / 17:46