Questions tagged as 'url'

1
answer

Php link that has a variable

I have a set of results that I put with echo and I want to put at the end a link that bears the id of the record, how can I do it? while($fila=mysqli_fetch_array($resultados, MYSQLI_ASSOC)) { echo "<tr a...
asked by 01.06.2018 / 13:36
0
answers

Get url from the address of another url

I am trying to use the free market api, and I am having a million problems, since it is the first time that I communicate with apis. The free market question gives you a sdk, where you have meli classes. Meli m = new Meli (8031175177076953...
asked by 29.05.2018 / 02:21
0
answers

How to add empty characters to an http link to make the URL longer

My question is it is possible to add empty characters to a link without affecting the address to which I want to send for example. The thing esque I want to make my link https or http is longer either by adding empty characters or encoding or en...
asked by 18.05.2018 / 16:51
1
answer

Capture a web image

I would like to create an image on my server, the image should contain the web for example if I put $ url="google.es"; must show an image with the google web I have tried to do with third-party tools but I have not, someone could help me to c...
asked by 08.05.2018 / 11:48
1
answer

PHP, when relogging resends the data

I have a PHP form that passes the data by POST method to the same page (since the action is the default). When a user enters a data incorrectly, for example, his password, this is registered in the database, the problem is when he refresh the...
asked by 07.05.2018 / 21:44
1
answer

remove or hide address url nginx

I want to remove or hide a direction link stay that way link Try rewrite, but I think I'm not using it well.     
asked by 27.03.2018 / 17:47
0
answers

Retrieve original value of a chain already converted to friendly url

I am making a friendly url through the "title" fields of each table, for example Home, The art of writing, Web development that using this function for the friendly url would look like this: <?php function seo_url($cadena){ $cadena= u...
asked by 23.03.2018 / 14:48
0
answers

URL with fixes in Angular

Is it possible to send a variable that contains an array of id in a url from one component to another in Angular? What I try to do is modifying the variable dynamically because I do not start how many ids to send and once I finish sending the va...
asked by 19.03.2018 / 20:20
1
answer

Avoid special characters on routes

I am building a filter for a project, one of the filters is filled with this arrangement: this.grupoHorario = ['Todos', 'Madrugada', 'Mañana', 'Tarde', 'Noche']; When the user selects Tomorrow the route that the console shows me is the fo...
asked by 21.03.2018 / 17:06
0
answers

Http: URL to upload files to onedrive with java

I am trying to upload files to my account Onedrive . In the example that I have in the Service is: https://independentsoft-my.sharepoint.com/personal/info_independentsoft_onmicrosoft_com    The problem, I have, is that as I understand i...
asked by 02.01.2018 / 11:54