Posts by Mancilla • 96 points
3 posts
-
2
votes2
answers53
viewsA: How to prevent loading a Javascript library more than once
You could create a variable for each library you upload... Then at the time of loading, see if it already exists. If it does not exist, click. Tb can increase the level of the parade:…
-
2
votes1
answer31
viewsA: Check the difference between unlisted results and identify which day of the week is the date
--Days between 8th and 15th Why do you want to know this if you can see the days of the week with DATENAME (in full) and DATEPART? Please better formulate the question... --DOMINGO WHERE…
-
1
votes2
answers279
viewsA: Memory error when generating spreadsheet with Phpexcel
I suggest you increase the memory in the php.ini. Mine is php7.0 in the Ubuntu 14, gets into /etc/php/7.0/apache2/php.ini On line 389 I put it like this: Memory_limit = 768M To edit the php.ini I…