I do not know what is happening but I can not upload files with php / ajax does not recognize the index file, My code:
Html:
<div class="wrapper-attachment" data-type="attachment" style="display: none;">
<form name='archivo' enct...
Very good I have a problem to redirect from use ajax post request
The problems are as follows:
I have a div which receives only all the validation texts that could occur in the application
<div id="resultado">
</div...
hello everyone and thanks in advance, I wanted to cosultar, the way to work with a web sevices in php to colsultar data in firebase, since when working with angular2 the data that I store is committed to leave the connection in enviroment, my in...
I'm fighting with mysql and don PHP because they do things that I do not understand. I have a table that has these fields:
id bigint(20)
tit_eve varchar(200)
fec_dde date
fec_hta date
organiz varchar(2...
First of all mention that I found similar questions to this with possible solutions or closed because they are duplicated but without a solution.
To pass the variable from JavaScript to php I decided to do it with Ajax in...
I'm trying to generate a multilevel menu listing in PHP but I have not managed to do it, I would like to help me with simple examples and sort the Categories and Sub categories with their title, something like this:
Category 1
...
I am trying to enter the data of two forms with a single button, where one table is referenced with the other.
Profile table is referenced with users. at the time of registration I want to be entered in their respective tables Tabla usua...
I am creating a system where you build products and generate tables and budgets. You must implement a functionality to finish and if the user leaves the item's constructor but wants to return from another area of the website, for example, check...
I have an array that is generated when choosing items from a multiple select. In the process of recording data I do this:
if (isset($_POST['temas_event'])) {
$temas_event = json_encode($_POST['temas_event']);
} else {
$temas_event = ['0'...
I currently have this:
$line_array_product = array(
'order_id' => new xmlrpcval($erp_order_id, "int"),
'type' => new xmlrpcval('Product', "string"),
'product_id' => new xmlrpcval($erp_product_id, "int"),
'price_unit' =...