Questions tagged as 'php'

0
answers

Problem when uploading images from android to my server localhost

I am programming to upload my images to my server in a folder but it does not upload and I get the following error:    org.json.JSONException: Value [] of type org.json.JSONArray can not be converted to JSONObject The times I tried them (...
asked by 24.10.2018 / 12:57
0
answers

Stop sequence in php

I have this sequence that collects data entered in BreezingForms of Joomla , and presents them in a consecutive table. The problem is that we would like to make this sequence drawn in 2 tables, one next to the other, so that it d...
asked by 18.10.2018 / 08:50
0
answers

Error printing in widnows using PHP escpos

I'm trying to print using PHP in windows, for that I'm using the PHP escpos-php library. The point is that I can print, but I need you to print a PDF or an .html file, but I do not get an error in both. Error when I try to print a pdf: load...
asked by 18.10.2018 / 10:28
1
answer

How to travel AJAX MVC?

I have problems when showing the message of the controller does not enter the function does not print the alert HTML <button type="submit" name="pdp_grafico" onclick="pdp_grafico();">PDP</button> JS <script src="js/j...
asked by 19.10.2018 / 12:01
1
answer

I want to bring two records of my ID and DISTRICT fields but the districts are duplicated I want to bring only one of them as I do?

try{ require_once('conexion.php'); $sql = "SELECT DISTINCT(TRIM(commerce_district)) AS commerce_district, commerce_id FROM 'commerc' ORDER BY 'commerc'.'commerce_district' ASC "; // $sql...
asked by 19.10.2018 / 12:59
0
answers

I have a problem in php

To be honest I have not studied crud, I made the create easily but I have a problem to make an edit. I did a get to receive a value auto increment (id) to load the fields that have that id, the problem is that when I give submit the variable id...
asked by 23.10.2018 / 03:13
1
answer

Change the value of a textarea from buttons in CKEDITOR - Laravel

Well, the issue is as follows, I implemented CKEDITOR in my Laravel project to be able to use images and text format within some textarea. The issue is that before implementing it had a small script that changed the value of textarea by adding p...
asked by 23.10.2018 / 03:24
0
answers

Diary with file

I want to create a small application with two functions. One will be called savedata that will retrieve from the GET container the data that we have written in the first and last fields of the form and will save it in our file. Another function...
asked by 17.10.2018 / 19:43
0
answers

Error in excelphp, does not upload the .CSV

I have a problem in excelphp that I can not identify, and that is when I try to upload a massive load (with a small one works well) of. CSV I get this error: Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line:...
asked by 17.10.2018 / 19:18
0
answers

TypeError: null is not an object (evaluating 'a.scale') google maps

I have a map with markers , geolocation and markerclusterer and I'm getting that error in any browser by zooming in on the map Do you know the reason?     
asked by 17.10.2018 / 19:08