Questions tagged as 'php'

2
answers

Connection of SQL SERVER 2012 with Codeigniter

Hello everyone, I am developing a system with CI, Mysql and Sql Server 2012, I am configuring in php 5.6.30 and I put all the exemptions in php.ini and nothing I get this error when I pick it up and that's in my databse, php $db['sqls...
asked by 10.04.2017 / 15:55
2
answers

Obtain PHP object data but it has a json array at the end

Good evening, I have a problem trying to get the answer from the webservices of afip. I send a request to the ws of afip and it returns me the following. I want to get the error but if you see it, the WS response is a stdclass and below...
asked by 08.04.2017 / 02:36
1
answer

Problems when doing an INSERT with php

I have a registration form and to enter the data in the database I have to do INSERT in different tables but in the same query. The php code that I have is the following: <?php //OBTENGO LOS DATOS DEL FORMULARIO $usuario = $_POST["usuario"...
asked by 10.04.2017 / 02:05
2
answers

Error 'Call to a member function format'

   Call to a member function format () on boolean in $fDevolucion = DateTime::createFromFormat('d-m-Y', $Fechadevolucion); ($prestamos = $objprestamo->addprestamo($fDevolucion->format('d-m-Y'),$cliente,$libro,$observacion)){ <-- ERRO...
asked by 08.04.2017 / 17:24
1
answer

How to use the bing news API in php?

I want to implement API of Bing News to be able to show news related to the theme of the page, the problem is that I do not know how to use it, I already obtained the necessary code to be able to make queries to the server, but I d...
asked by 07.04.2017 / 18:05
1
answer

Because you do not work error messages when using Ajax51 [closed]

Because I get this error    Fatal error: Can not use try without catch or finally in   C: \ xampp \ htdocs \ www \ WEB Studies \ Codes   Studied \ Prinick \ Prinick04 \ PHP Advanced \ core \ models \ class.Access.php   online 51 Line 51...
asked by 12.04.2017 / 14:25
1
answer

Replicate a table every time another one is updated

I have two tables. Tabla A and Tabla B and I need you to just insert something in Tabla A is copied identically in Tabla B . The fields in both tables are: id , nombre and posicion Example:...
asked by 12.04.2017 / 15:53
2
answers

Problem with Exception in PHP using POO

I have the following problem, which only Exemption 3 runs without going through 1 or 2. The problem lies when the user is repeated, must show Exception 2, but this goes straight to the 3. Next I leave the code: From regController &l...
asked by 12.04.2017 / 19:49
2
answers

Search bar more than one word in php

Greetings companions, I want to know how I can do a search with more than one word in the imput, for example: Let me take these two words and make the query so that I can return results where those two words are found.     
asked by 11.04.2017 / 18:27
1
answer

display a variable in mysql query Inner

I have a query of several tables and they have fields with the same name. I would like to know if there is a way to show the value of one of those fields with the same name but selected from which of the tables. I normally use $ row ["id"]...
asked by 17.05.2017 / 18:25