Questions tagged as 'php'

1
answer

Update data from a while

Hello good day My problem is that I have a table of type of vehicles and plates and I need you to update by means of a button, it only works with the first data shown by the while, but it does not change it with the others MI JAVASCRIPT...
asked by 07.11.2018 / 18:20
1
answer

add a php function with apped () jquery

I have this div to which I want to inject the html code: <div id="phas"></div> And this is the html code that I want to add, but inside, it has a php function to build the options of a select. var myString = '<label>Sele...
asked by 07.11.2018 / 18:15
0
answers

I doubt use basename

I am analyzing a code that works correctly but I have a question Why is this line using $_FILES["fileToUpload"]["name"] and then the basename function is given? As I understand the first one ($ _FILES ...) it returns the filename with the...
asked by 07.11.2018 / 14:35
1
answer

Error in PHP Post

I'm doing the final project about forms in my Web programming subject, but when I press the register button it shows me an error that says: Can not POST /register.php Here is my HTML code <!doctype html> <html> <head&...
asked by 11.11.2018 / 04:29
0
answers

Anyone have experience in integrating Odoo with external API?

In my company we decided to use Odoo ERP to create our sales invoices, but the problem is that the external API uses XML-RPC, currently I work with Codeigniter (php) and I have managed to connect and create contacts, but I can not find documenta...
asked by 07.11.2018 / 16:33
0
answers

sweetAlert 2 with parameter delivery

Good I have this function of confirmation to delete a record as I can do it for at the moment of confirming to send a parameter of the form towards another php file to proceed to eliminate the registry obviously with ajax. Greetings function...
asked by 08.11.2018 / 17:48
0
answers

How to make a connection to SQL SERVER with php from a web server?

I have the following error: Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] => -49 [code] => -49 [2] => This extension requires the Microsoft ODBC Driver 11 or 13 for SQL Server. Access the following URL...
asked by 06.11.2018 / 18:14
1
answer

help inserts empty data from xml to mysql php database

I have a program in PHP that reads a xml and inserts the data into a mysql database but when I run it inserts only empty data. Next I put the xml and the code that I am using: XML <?xml version="1.0" encoding="utf-8"?&g...
asked by 08.11.2018 / 17:45
1
answer

Insert data using PDO

Hi, I'm running the following PHP-mySql codes, but I'm not one of them, and I have the slightest idea why, to see if any of you knows how to help me and thanks in advance Upload.php, this updates perfectly. <?php include_once "con.php";...
asked by 06.11.2018 / 17:04
1
answer

Connection php to SQL Server 2012 database from Linux

Good morning, I would like to request your collaboration and knowledge with a problem that has taken me several days and from which I could not get out, I am developing an application with php but I need to connect to a MS SQL SEVER database...
asked by 08.11.2018 / 14:20