Questions tagged as 'html'

0
answers

How to get the image inside a div with Xpath

I'm trying to get the src of the following structure. Classy image I have no problem getting it, but I have problems with those that do not have. <div class="image-wraper"> <img src="imagen.jpg"> </div> I've tried with...
asked by 05.08.2018 / 02:58
0
answers

I can not show the result of 2 joined SQL queries

I want to show the result of these queries, I get the error of:    A session had already started - ignoring session_start () in   C: \ wamp \ www \ curso2.0 \ production \ pruebaTusCursos.php on line 3 I removed that error with: if(!is...
asked by 12.08.2018 / 18:11
2
answers

Ideas of how to validate scheduled dates and times by means of only input

To explain myself better I'm doing a school project together (as a team), the project is a dating management system in the dental office field. In which I am currently stuck since I do not know how to proceed to validate appointments, for exampl...
asked by 12.08.2018 / 22:43
2
answers

Keep the record of a ComboBox in an edit form

I have a problem with a form to edit employees, I have a comboBox where I display the posts that exist in a select, but I can not get in this form to edit I selected the option that has the record is only printed as it would be by default. I app...
asked by 12.08.2018 / 16:07
0
answers

Contrarian Problems Click on a link to with Php, Jquery

Good morning, I have been reviewing a page and they asked me to do a job that every time you click on a specific tag, click on a database, when you click open a modal that is obtained by jquery or ajax. . I do not understand much about ajax but...
asked by 07.08.2018 / 16:16
0
answers

AJAX How to make a call to load more commets

I want you to upload the comments two by two with an ajax call using a button -- phpMyAdmin SQL Dump -- version 4.8.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 03, 2018 at 05:05 AM -- Server versi...
asked by 03.08.2018 / 03:09
1
answer

Broken link in blade view

I have the layout parent of the application that contains the sidebar and top (the menus of all life), but I have the problem that in some templates .blade.php the links do not always work, I expose my problem: I have this app.blade.php view...
asked by 06.08.2018 / 15:50
0
answers

How can I limit what is inside a div?

Good mates I have a problem with divs with bootstraps I can not do with bootstrap carousel suits the div, this is a layout that I made so that more or less I would like to have the carusel inside the div red and blue adapt them to those sizes, i...
asked by 06.08.2018 / 20:10
1
answer

how to extract data from a JavaScript array and insert them into a PHP query one by one in different inserts

Good day programmers I have a doubt I would like you to help me with something I have the stored value of quantity that I store it within cantid = []; and then those data with a json I take them to a query in PHP the values that are not fixes ar...
asked by 02.08.2018 / 16:34
1
answer

Do not edit record dependent on status

I make a ticket system which works for 3 states 1 = PENDING, 3 = FINISHED, 4 = CANCELED. My DB is modeled to be inserted by foreign keys. What I intend you to do is if the ticket is with status 3 = FINISHED, do not allow me to edit that t...
asked by 30.07.2018 / 09:14