Questions tagged as 'php'

2
answers

add space between each th / th th / th

I do not know how to make spaces in addition to & nbsp; <?php echo"<th><br>Datos Actuales</th>/*Aqui quiero el espacio*/<th><br>Datos Nuevos</th></tr><tr>"; ?>     
asked by 12.10.2018 / 02:59
0
answers

I do not have the information with php of the html files

GNU nano 2.5.3 File: save_file.php <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!–Con esto garantizamos que se v...
asked by 12.10.2018 / 22:45
0
answers

How to display the PHP error message in JavaScript?

The problem is that to get the php data, if there is an error in php it shows an error like this: What I want is to know how to show that error in the browser console. I have this snippet of code in javascript using angularjs var app...
asked by 12.10.2018 / 02:51
2
answers

How to install Laravel, Wordpress, Composer, Postgres, Msql, Apache Tomcat, Sublimetext or other tools

As I learned new development tools, I saw myself in the situation where I changed equipment and had to install all the tools I used again and for a matter of remembering all the commands. Find a way to register it. The best way was using a ba...
asked by 13.10.2018 / 03:30
0
answers

Help with google maps and bootstrap modals

Hello very good everyone I have a query I have this code in javascrip to be able to generate bookmarks in google maps, and been trying to make that by pressing a bookmark I see information about that bookmark in the modal and so with each one of...
asked by 28.10.2018 / 01:38
1
answer

Send command to mikrotik from API with PHP

Hi, I would like you to help me create a php that sends an order to my mikrotik, the exact command that I want to execute within the mikrotik would be this:    / user add name = api group = full password = api comment = userapi. I have al...
asked by 27.10.2018 / 23:45
2
answers

Make a line break in HTML within the For PHP cycle

The first part corresponds to the js code where I call a file that executes the for cycle, but it does not give me the line saturations, putting everything in a column. <script> $(document).ready(function() { $("#nivel-especialidad").cha...
asked by 11.10.2018 / 14:24
0
answers

PHP Codeigniter Integrate web service

I am integrating the CodeIgniter Rest Server library, but it does not work for me, someone could guide me correctly, I only copied the files indicated in link , but it does not work yet. Copy the application/libraries/Format.php...
asked by 11.10.2018 / 15:34
0
answers

Access problem with the xampp

Hi Everyone I have this problem at the time of doing the crud to eliminate and what I'm going to eliminate I get this: Forbidden access! You do not have permission to access the requested object. The object is protected against reading or the...
asked by 11.10.2018 / 17:30
1
answer

Show associated products in the Index of the view. YII2

I have a problem that I have not been able to solve, I need the associated products of my code to be shown in the index, that is to say, they are shown for each client that products took, as I did in the View, in the View it is shown as it shoul...
asked by 11.10.2018 / 18:06