Posts by Fabio • 53 points
7 posts
-
0
votes1
answer48
viewsQ: Delete comma separated records
I am uploading several images and storing them in the bank, so far it is perfect. The records are recorded, separated by comma in the field materialDocumento on the table tb_material. The problem is…
-
-1
votes1
answer38
viewsQ: Do not page the list of Products
I don’t know anything about Razor or Webmatrix. I took a project already done by another developer and I came across two problems, I can not locate where the SQL queries to list the products and…
-
1
votes1
answer2182
viewsQ: Call to Undefined method Illuminate Database Query Builder::table()
I’m trying to popular a datatable, but I’m not getting any help. Could you help me? ============= Avaliativo_relatorio - Model ======== <?php namespace App; use…
-
1
votes1
answer104
viewsQ: each() discontinued in PHP
How can I solve the problem of each() obsolete (from php7.2) in the code below? foreach($inputarr as $arr) { $sql = ''; $i = 0; //Use each() instead of foreach to reduce memory usage -mikefedyk…
-
0
votes1
answer88
viewsQ: Exchange vh for px
I’m having the following problem: I have a page that has several slides in HTML even. All these slides have their size set by vh instead of pixel. The problem is that when I access with mobile, the…
-
0
votes1
answer102
viewsQ: Error to grab last ID
Hi. I’m having trouble getting the last registered ID. I’ve made a lot of attempts, but the $proximo_ID variable always returns me '0', or Empty. You could help me solve the problem?…
-
3
votes1
answer126
viewsQ: Redeem date-id from a menu
How do I pass the data-id of a menu link to a modal? For example, I have a menu with the link1 - Link2 - link3. For example, clicking on Link2 opens a modal displaying the values of Link2. These…