On my site in the configuration file (config.php) I use a constant defined as HOME that contains the complete address of my site ( link ). I use this constant in include, require and to call css and js files. The problem was when I uploaded the...
I want to modify a URL of an object that I am extracting from another site, in this case, from Exame.com.
Follow the code:
$exame = file_get_html("http://exame.abril.com.br/");
$exame_posts = $exame->find("p.content-item...
Hello
I'm trying to create a URL but it seems that when I create the URL it is not created with the full path.
Creating the URL
url = new URL("https://api.plivo.com/v1/Account/" + authID + "/Message/");
When I get the UR...
Good evening.
Although I can not figure out what the error is, I can not get the first line of the file that is in the url when this application is used by versions higher than api 10 because api 10 works fine.
why?
Integer valor;
TextView tex...
I have a question and I need your help.
I have some webservices that require by client request that are not accessed by the browser but can be accessed by url if they type all the way plus the parameters. That is, if the user tries to view the w...
I'm having a question regarding passing parameters from one page to another. I've tried doing it in several ways via get. I can even get the parameter, but not all the parameters I can get. In the example below, I can only get the last id regist...
In my PDO study I came across the following: I have a URL like this: www.site.com/admin/index?dir=article/create
As I created a .php removal function from the files in the navigation the URL above did not work.
So I decided to change the "...
My htaccess inside the application folder looks like this:
RewriteEngine on
RewriteCond $1 !^(index.php|images|robots.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
Am I putting in the right folder?
Code correct? Where am I going wrong?
I awa...
I thought that belonging to different categories, these posts, of nomenclature of url equal, would be treated as distinct.
Categories:
Home
Hotel
Posts:
street to
street to
URL generated:
www.meu.com.br/casa/ru...
Hello,
I'm doing for study purposes, a way to fetch and bring vehicle information from the api's direct fipe table ( link ) . What I can not do at first is to execute the URL passing parameters. For example:
I need to request the list of v...