Posts by Davi Lima • 1 point
5 posts
-
0
votes0
answers16
viewsQ: Paging with jquery event
I’m having difficulty conducting a search when I call the 2nd of the search performed. I have an input field, in which the user when entering the data is triggered an event and performs the search…
-
-2
votes3
answers32
viewsA: Open a href link in php
Here’s how it works. $site = 'https://www.google.com'; <a target="_blank" href="<?= $site . '/webmail' ?>"> <h4 class="page-title">webmail</h4> </a>…
-
-2
votes1
answer37
viewsQ: CKEDITOR - HELP!
I’m learning PHP and I’m trying to include Ckeditor in a modal in which information comes through javascript, but Ckeditor doesn’t apply to the textarea that comes from javascript, doesn’t show…
-
0
votes1
answer49
viewsA: Help! PHP + Mysql import
If you notice some blank cells, however, I do not want them to be imported into the bank. Follow example: <?mso-application progid="Excel.Sheet"?> <Workbook…
-
0
votes1
answer49
viewsQ: Help! PHP + Mysql import
I need some help, I created an import code for XML to the MYSQL via PHP. Follows code: <?php if (!isset($seg)) { exit; } //$dados = $_FILES['arquivo']; if (!empty($_FILES['arquivo']['tmp_name']))…