Questions tagged as 'php'

0
answers

Pass variable via link

I have made a small database in phpmyadmin where I obtain through a form information referring to several books "id, author, name, title, etc". The question is that I want that from a main index.php where the page where the data is obtained can...
asked by 20.11.2018 / 15:37
0
answers

Very high unusual transfer

I ask you a technical question about servers and transfers because my knowledge is not very good on this issue and technical support has not been able to help me. I attached screenshots of a server in which I have a website, I had to repeated...
asked by 20.11.2018 / 15:40
0
answers

Soap The server does not recognize Header

I have a problem. I have to access the following service: POST /ws/emission.asmx HTTP / 1.1 Host: xxx.xxx.xxx.123: 8070 Content-Type: text / xml; charset = utf-8 Content-Length: length SOAPAction: " link "               string       strin...
asked by 20.11.2018 / 13:00
1
answer

Reading a cookie located in another directory

Good I have a problem with an exercise when visualizing the created cookies. I have the following directory tree: - / (the default directory where php hosts) - / level - / level / level2 So the problem is that if I create a cookie by p...
asked by 20.11.2018 / 12:39
1
answer

Error uploading a file in PHP

I'm trying to upload a file to an Aruba VPS with CentOS using php. The php code is as follows: <?php session_start(); require 'conexion.php'; use baseDeDatos\conexion as conexion; $target_file = "pdf/englishtest"."_".dat...
asked by 19.11.2018 / 22:09
1
answer

Help with handling a closing of a PHP session

Guys, I have the following case: To start session in PHP I do the following: <?php session_cache_limiter('private'); session_start(); and to close the session I do the following: <?php if (isset($_GET['logout'])) { session_dest...
asked by 20.11.2018 / 15:30
0
answers

High xml viewer with php

I'm trying to visualize ALTO XML files but I have not got anything that can help me do it with PHP and javascript . Attached image of the idea I'm looking for.     
asked by 20.11.2018 / 15:28
0
answers

GEOLOCATION PERMITS

I have a query I found this code on the internet which works well on my pc but when I open it from my cell phone it does not ask me if I want to give it permissions, it just throws the message "User denied the request for Geolocation." &...
asked by 19.11.2018 / 22:36
0
answers

PHP code: Do not download .wav

I have the following problem, I am creating a code in PHP that I downloaded the audios of an external disk, I can already access the disk but at the moment of downloading it does not play audio to me. He only shows me the weight and everything b...
asked by 20.11.2018 / 20:00
0
answers

how to print pdf with php without using libraries?

e seen that there are bookstores ready to print pdf with php but I am curious to know how to print pdf without using libraries, I find it interesting and also I think I could learn new things in the process. If someone knows of an article or has...
asked by 21.11.2018 / 14:25