Questions tagged as 'html'

1
answer

Can you install two different versions of a MySql database on the same computer?

Is it possible to install a MySql database version (5.7.20.0) on a PC that has already installed a wampserver server that comes by default with a Mysql database version (5.7.19)? I mean, can you install two different versions of a MySql database...
asked by 17.02.2018 / 00:26
1
answer

php template replace with array data

Hi, I have the following html code in a php file: <!DOCTYPE html> <html lang="{lang}"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <m...
asked by 20.02.2018 / 16:00
0
answers

Validate tab - TypeError: Can not set property 'step2' of undefined

I am integrating to an old project that works with Angular 1.3, Java and Spring. What I'm trying to do is get the JavaScript to change the status of the steps when it goes beyond the function. If this is not the case, let it be disabled until...
asked by 13.02.2018 / 23:18
4
answers

Why does the Inspector Character ( ) appear in some data obtained from the Database?

I was dealing with the dilemma of converting the accents and special characters of my system. It happens that now some of the data obtained from the database that have tildes come out with this: . The strange thing is that there can be up...
asked by 31.03.2017 / 12:53
0
answers

Export from PHP to excel

When I export the data from my database in the localhost if it gives and saves the file and everything but at the moment of loading it to the server, the option no longer appears and shows me the data on the screen (I no longer see the document...
asked by 15.02.2018 / 04:31
0
answers

Download image file with canvas

I need help to put an image format to the file that I download with canvas, the whole process is done successfully unless you have downloaded the image appears as download without no format I would appreciate your giving me a hand. Html C...
asked by 13.02.2018 / 16:10
2
answers

Fatal error: Maximum execution time of 30 seconds

Good afternoon I make an interface in which you can import data from an Excel (.CSV) but I want to insert more than 10,000 data but I get this error Fatal error: Maximum execution time of 30 seconds exceeded in functions.php on line 6 &l...
asked by 07.03.2018 / 19:39
1
answer

download a file

Greetings I have 3 computers with different operating systems one MAC, Linux and Windows and one NAS all of these are within the same network inside my NAS I have a shared folder called "master_index" and there in an XLS called "FOR-ASC" -SGC-MA...
asked by 20.02.2018 / 17:02
2
answers

htmlentities for array elements

Good day! I'm putting together an app that has a news section that takes it from a database. Since in the database (which was already made) the texts have several special characters that I want to clean, for which I used htmlentities ($ string)...
asked by 15.02.2018 / 13:50
1
answer

Specify routes in Laravel 5.5

I'm doing a draft of a page starting with making the routes. These are the routes so far: Route::get('/', function () { return view('inicio'); }); Route::get('instituto', function () { return view('instituto'); }); This is the layout:...
asked by 11.02.2018 / 21:24