Questions tagged as 'web'

0
answers

See Where PHP

I would like to know why this part of the code is not for me. I am testing using a base in phpMyAdmin in xampp. $conexion=new PDO('mysql:host=localhost;dbname=personas',"root", ""); $consultaa = $conexion->prepare("SELECT * WHERE Cuil=:cui...
asked by 14.06.2018 / 19:37
0
answers

send data to a form of a page from android?

First of all I will expose the problem. I need to comment on a page (This has wordpress). I'm using webview and jsoup to only show that section of the page but when the comment is sent it reloads the webview and shows the whole page....
asked by 14.06.2018 / 22:02
2
answers

Can constants be added as a parameter to a require_once in php?

Good morning, I'm starting in this PHP, I have a doubt, to add files to a php is necessary to do the following: require_once '../rutafichero/fichero.php'; My question is, assuming that at some point you have to change the name of the file p...
asked by 12.06.2018 / 19:16
1
answer

connection refused when trying to consume an SOA Webservice using jax-ws

/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.controller; import java.io.Serializable; import...
asked by 19.06.2018 / 21:08
0
answers

Infinite Audio In Javascript

I have a JavaScript that runs an audio, it is worth mentioning that I use ASP.NET and use SignalR, the question here is that when I load the screen, sometimes the sound enters a cycle and plays to infinity I leave the code below $(function ()...
asked by 09.06.2018 / 01:17
0
answers

What is the IP of my server centos in virtualbox

I am currently configuring my server centOS 7 in a virtualbox to use it as a web server of tests, as I am new in this I would like to know which is the ip where the apache server is running and to be able to access it from the browser I leave...
asked by 08.06.2018 / 17:56
1
answer

Place an alias to the URL of my system?

I just uploaded a system to a server (Linux-Ubuntu) and what happens is that I access this through the following link (example): - > link And I would like to know if it is possible to change the address but obviously point to that. Ma...
asked by 08.06.2018 / 17:36
1
answer

save data to an arraylist of a resultset

I hope you can help me I am trying to make me return a list from the database through a resultset but I can not get it I hope you can help me thank you public ArrayList<BeanNivelLlenado> consultarNivel(){ ArrayList<BeanNivelLl...
asked by 09.06.2018 / 14:18
1
answer

How can I keep a link button in the navigation menu in a different style?

The following thing happens I am developing a web page but, I have seen and I would like that when I click on a button of the navigation menu and go to that page, I have a different style in the navigation menu button that It tells me where I am...
asked by 07.06.2018 / 21:25
0
answers

WebService Python http.server

I am developing a small webservice, when I enter localhots: 8000 it shows me this is a test, but rarely the post method is not working for me, because when I want to send variables to it in the url or in a form, these are not reflected or the Ch...
asked by 12.06.2018 / 00:18