Questions tagged as 'php'

0
answers

libX11.so: undefined reference to 'xcb_wait_for_reply64'

I'm installing PHP and I get this error that I do not know how to solve it:    -lmysqlclient -lgd -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lclntsh -lxml2 -lz -lm -lxml2 - lz -lm -lcrypt -lxml...
asked by 17.03.2017 / 00:30
2
answers

Choose path where upload file to PHP server

Good morning, I want to upload a file to a server using PHP. I already achieved it, the issue is that I want to generate a button to be able to choose the directory where that file will be placed. Can you help me? The code that I currently...
asked by 03.01.2017 / 15:07
2
answers

Group independent websites into a single WEB type FRAME [closed]

I have 3 different web templates each with their respective assets (css, js, etc.). What I want is to join them in one, I was trying with frames but it does not work out because the window starts. Try PHP saving each web into a variable with a p...
asked by 21.11.2016 / 04:57
1
answer

php dom add an item

Hello friends, you could help me with the following. I have that HTML code: <figure class="class"><iframe src="src" width="xxx" height="xxx"></iframe></figure> But I want to add a iframe more so it looks li...
asked by 27.02.2017 / 22:35
2
answers

Read json file compressed in gz in PHP

Good morning everyone! how are you? I told them that I have a problem, I have a .gz file that contains a huge json, my question is if there is a possibility to access it via php, without the need to decompress it manually. Greetings!     
asked by 18.02.2017 / 18:47
3
answers

Subtract two fields from a table in PHP mysql?

I want to calculate the rest of a driver, and for this I have the following table: What I want to do is to calculate for each driver, the largest rest expressed in Hours. For this I have to do the subtraction between the departure an...
asked by 20.02.2017 / 11:26
2
answers

Count positions of an SQL field

How do I manage to count each position in this array? I was working with SQL queries what happens is that I can not get the positions .     
asked by 22.12.2016 / 21:37
2
answers

Notice when sending PHP form

I am sending a form with SendGrid. How do I get the message "Your request has been sent" or otherwise in case it is a failure ?, How do I run $ okMessage and $ errorMessage? HTML <form id="contact-form" method="post" action="envi...
asked by 01.03.2017 / 15:12
2
answers

Browser response after sending an email with PHP

I want to give an answer to the user, either: "Sent" or "Could not send" on the same page you see, after sending an email using a form ... Let me explain: 1: The user enters > Contact.html in the browser, fill in the form and click on the...
asked by 26.10.2016 / 08:31
2
answers

How can I pass the data to a ListView?

I would like to know how I can pass data from MySql to an Android ListView, I have been trying to do it but the application stops me, I have already armed my web server with the following PHP code function getEmpresas($empresa) { $mysqli...
asked by 01.03.2017 / 16:34