Questions tagged as 'url'

1
answer

When accessing a * .php lead to autostart.php? url = *. php

Hello, I'm having a problem, I need to access a file with .php , it should point to autostart.php?url=*.php Explanation: No autostart.php it includes in a file and after it includes include in the page that is in...
asked by 12.01.2015 / 13:01
2
answers

Problem with very large URL

I'm trying to pass a URL per GET and the server is returning error 404 because the URL is too large (I'm passing an XML through the URL). I've already tried to add the MaxFieldLength variables with 1677721 and MaxRequestBytes with 1677721 in...
asked by 10.10.2014 / 19:59
0
answers

How to display images by url in a ListView

I am receiving data from a server. Name, profession and photo the photo gives me a url so I can open it I have the following code: public class AdapterListPesquisaResp extends BaseAdapter { private ImageLoader il; private LayoutInflater...
asked by 18.11.2014 / 12:40
1
answer

Error in the CEP query in PHP

I'm trying to fix the URL that queries the zip code in PHP, when typing zip XXXXX-XXX the URL is displaying the amp; characters that are causing error in the XML result. Correct query: http://cep.republicavirtual.com.br/web_cep.php?format...
asked by 20.09.2018 / 16:07
1
answer

Capture URL using Admob code

I want to write to url of component BannerAd after doing Load, I realize that the component passes url to the device's default browser. The code is as follows: unit Unit1; interface uses System.SysUtils,...
asked by 18.01.2016 / 19:46
1
answer

Clear URL parameters after include

When I pass parameters in the URL for a given file through a GET, and this file makes the necessary changes, it has a include to return the home page of the action performed. When you return to the page, the information passed as param...
asked by 23.10.2014 / 23:10
1
answer

URL redirection

Good morning! I have 2 wordpress sites (1 will be erased) and have duplicate posts, I have exported and imported in the other. Is there a way I can redirect all urls at once? Example: Everything that goes www.site1.com go to www.site2.com,...
asked by 10.04.2017 / 13:50
1
answer

Return the same URL and change the aspx Label asp.net

I am doing a validation on a sales system, where if the seller clicks on a customer that is in debit access is not allowed. So far without problems, I made the connection with DB and validation. I would like that when this scenario happened...
asked by 31.03.2014 / 15:02
1
answer

Creating a friendly URL

I'm doing a business guide site, but when user views the details of that company the URL appears as follows: www.nomedomeusite/detalhes.php?id_empresa=24 The id_empresa=24 is catching via $_GET['id_empresa']; . I'd like to k...
asked by 21.06.2018 / 15:11
1
answer

Generating friendly URL

Well, I've made a product registration page, and I'm trying to get access to the product through the name, just like the wordpress system, but I could not find any support for that. When you save the product, it generates a friendly URL such...
asked by 19.03.2018 / 01:18