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...
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...
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...
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...
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 =...
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...
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...
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...
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...