Questions tagged as 'html'

0
answers

Retrieve data for lleado and combobox and then capture the selected value to filter in another combobox

<select id="hola" class="nombreformato" name="tablaformato"> <option>Seleccione</option> <?php include ("conexion.php"); if ($consulta2= $conexion->query("SELECT nombreformato...
asked by 31.05.2018 / 22:16
2
answers

How can I download the code from a web page from an application made in java?

The question is the following, I would like to download the code from a web page from an application made in JAVA, the problem arises in that when I enter the url I want to download, instead of downloading that page corresponding to the URL, I D...
asked by 30.05.2018 / 19:45
0
answers

How can I get the code of a web page with Java and using cookies

my problems is the following, I want to get the code of a web page, the problem is that I do not download it, I download the index, apparently the cookies are required to do so. Could you help me or explain how I can do this, please.     
asked by 30.05.2018 / 18:48
1
answer

Obtain entire division Days

I am currently from a form, obtaining the days from Monday to Sunday as follows: <td><dl class="dropdown"> <dt> <a href="#"> <span class="hida">Dias</span>...
asked by 30.05.2018 / 19:56
0
answers

Onclick PHP or JavaScript

I explain my problem. I'm doing a kind of calendar with which to click on a day, within the same page opens the selected day, telling me if it is Monday, Tuesday ... the day in number and the year of the day I have selected. Now I was trying...
asked by 21.06.2018 / 18:16
0
answers

Error loading toastr.min.css

I have a problem with a library, it is a css, I have two layouts, in the client session it works perfect but in the administrator session it does not work for me, here I paste the codes, and the error that comes out: Admin: <?php $cakeD...
asked by 21.06.2018 / 20:16
0
answers

How do you remove variables from url with htacces?

I wanted to know if you could help me solve this problem. I have the following URL: /Principal/?s=cultivo&category=14&brand=8&cultive=3 And what I would like is to hide the variables of that same one, but I do not know how, I...
asked by 21.06.2018 / 20:54
1
answer

Can I update a php cycle with a function?

This is the code I want to update, it's from an sql query: $cadbusca="select * FROM tb_ventas_dt WHERE id_venta='".$_SESSION['VENTA_ID_FOLIO']."'"; $rs = @mysql_query($cadbusca); $rows = @mysql_num_rows($rs); <table id="tableconcep"...
asked by 29.05.2018 / 15:11
0
answers

Form with database

I'm a bit of a rookie in this, what I'm trying to do is a form with several forms inside and connect it to a database in php, the problem is that if I create a new record in the database but I do not save the entered data. I have the code a litt...
asked by 01.06.2018 / 09:03
0
answers

SESSION variables are lost in chrome when returning from paypal

I hope you can help me or guide me, I must mention that I am a beginner in php and html I have two php / html pages that collect information about the purchase before sending the data to paypal via post, on the second page the data form is se...
asked by 29.05.2018 / 11:12