Questions tagged as 'php'

1
answer

API CEF or ITAÚ [closed]

Can anyone tell me what is the WebService / API of the Federal Savings Bank to send bank records generated on the site to register? They are demanding registration. But to register tickets generated on-line you will need a API or we...
asked by 06.01.2017 / 16:27
1
answer

Functioning of functions for file manipulation

I know the syntax, the logic of the function. I'd like to know how this works in the background. For example, I gave the function fopen() , fclose() , fwrite() , what am I actually doing? Is it possible to write these functions...
asked by 23.09.2014 / 20:21
1
answer

PHP Use Magical Methods or not?

There is a doubt that I find interesting and would like to post here. How do you usually use methods whose functionality is to set and retrieve attributes in a class ? They use this way: public function setNome($nome) Or with ma...
asked by 18.06.2014 / 18:00
3
answers

Navigation without refresh! [duplicate]

I'm developing a site that has div where I have a script that lists results of a SQL query. They are images, in this case. The site was developed in only one page, so when I click on portfolio, it only takes me to div #portifolio...
asked by 05.02.2014 / 21:25
2
answers

PHP / MySQL site integration with App Phonegap

I'm creating a website and an App with Phonegap, I'm new to programming for mobile platforms. This site has a database and I want this database to be available directly in the App, but I do not want access to removal in the database. How c...
asked by 08.04.2014 / 01:30
2
answers

How to protect my JSON application?

I created a unique subdomain to provide data from my tables in JSON, it facilitates requests for both the mobile version and the desktop version of my site, but I would like to protect such data or at least make it difficult to access them , wha...
asked by 19.04.2017 / 14:03
1
answer

How to pass variables between PHP pages via JavaScript?

I was doing a search in PT and EN on how to pass variables from one page to another via JavaScript, although I found a lot of information I kept on with the question of how best to do it. I have some fields of a table (paginated) with filter,...
asked by 08.04.2014 / 17:11
3
answers

Search for details of a book with Google Books API in PHP

I'm using Google Books API to get the details of a book: And to get the details of a book by searching by name, I'm using the following example provided by they , in this case the file simple-query.php within the examples fol...
asked by 12.01.2015 / 10:59
2
answers

How to retrieve values from fields loaded with jQuery

Hello, I recently encountered a problem loading div contents dynamically using jQuery, but it turns out that when I load content into this div, I can not retrieve the values that are sent from it. The content loaded in the div is a form, whic...
asked by 26.03.2014 / 12:17
2
answers

Conflict between Simple_HTML_Dom and non-object-oriented functions

I'm developing an app that has to access a list of sites saved in a database, loading all its links. It is a test application but I have encountered a difficulty. The routine is this one: function crawler() { include_once './simple_htm...
asked by 08.05.2014 / 11:38