Questions tagged as 'php'

1
answer

PHP embedded in HTML in Eclipse

Good morning: I'm starting to use Eclipse Ide (Mars) because it already has support for PHP 7 while NetBeans does not yet have it. I'm facing a problem that is not highlighting (PHP highlitgh syntaxe) when embedded in HTML code. In case...
asked by 12.11.2015 / 11:15
2
answers

Data does not appear on page

I made an OO code in PHP. I used MySQLi for the database and WAMPSERVER as the server, where I inserted data into the "category" table. The bank collation is "latin2_general_ci". There were no errors, but in the browser the data entered did not...
asked by 21.05.2015 / 20:37
1
answer

How to make a popup to insert an email appear at the click of a button

What I want is something exactly like this page. link By clicking on "I want to Watch" it opens a kind of pop-up asking for the email.     
asked by 25.05.2015 / 21:45
2
answers

CakePhp does not redirect to the Online server

Good morning! I'm using the cakephp framework, but I have a problem with no solution so far ... I have a login controller, I commented the entire login code and left only the trex    $ this-> redirect (array ('controller' => 'nomedocontorl...
asked by 22.05.2015 / 15:43
1
answer

Set values of an array recursively

Assuming I have the following array array( 'chave1' => 'valor1', 'chave2' => array( 'chave3' => 'valor2', 'chave4' => array( 'chave5' => 'valor3' ) )) And in this array I need to set the value of key 5, bu...
asked by 14.06.2015 / 23:40
1
answer

Fatal error: Call to a member function ola () on a non-object

I need to use libraries in Codeigniter version 2.1.4 and I'm having trouble using these libraries myself. After loading the library (with $this->load->library('Nomedabiblioteca'); in my controller ), I have the line of code: $a =...
asked by 11.06.2015 / 22:43
4
answers

Getting data with JSON on Android

Hello, how do I get the data from a web-service I have? I have the following code in JAVA Android to save the information: wd.setUrl("http://www.cordeiro-it.com.br/SOUPROGRESSO/Ctrl/ServerUsuario.php"); wd.setMethod("new-usu...
asked by 11.06.2015 / 19:56
1
answer

Bug on PDO? Table Disappears After INSERT Command, Like Debug?

Introduction I'm creating a library with some "magic methods" on the PDO , already I did this with MySQLi and it worked beautifully. The intention is to use it in a Framework that I am building , finally it comes from soap. Problem...
asked by 23.09.2015 / 22:52
1
answer

Facial recognition system in php

I would like to make a system in which I saved some photos in the database and from the webcam I would take a picture at the time and compare it with the ones in the bank, I already looked for a lot on the internet but I only think I recognize t...
asked by 21.09.2015 / 05:36
1
answer

What is the difference between long polling and normal ajax?

I'm trying to understand more about long polling to "manipulate" a site in real time, I've seen some videos and I'm thinking so far: Let's say I have an old date that is in the sql and I echo it. How will long polling know if the old dat...
asked by 15.05.2015 / 07:48