Posts by Renata • 55 points
6 posts
-
1
votes1
answer90
viewsQ: SQL Server - Return only the searched word
I have a problem where the Cód. below returns not only the searched words, but tb words that have this word in their composition. Ex: The term is Rio, but also finds terms as salary. In the link…
-
0
votes2
answers23
viewsQ: onSearch event (html and Java)
I am trying to use the onSearch event by calling a function of my Js file where, when searching for a specific term (TJ RJ), it will display an image, only that the image is not displayed after…
javascriptasked Renata 55 -
0
votes2
answers413
viewsQ: SQL Server - calculate number of word occurrences in a column, per record
My goal is to create a select to return the total occurrences of a word, a column, per record My table is modeled as follows: id / filename / qntd_pg / content ex: I want to search how many times…
-
1
votes0
answers133
viewsQ: Warning: sqlsrv_query() expects Parameter 1 to be Resource, Object Given
I’m having trouble in a Cód. which has the function of returning a keyword search of a bank record. Error: Warning: sqlsrv_query() expects Parameter 1 to be Resource, Object Given I tested in Mysql…
-
2
votes1
answer325
viewsA: Copy files to another folder and rename - PHP
Solution: Include a new check in the directory, from the current state (after copying the files) <?php include 'var.php'; if($_mes <= '09'){ $_mes = substr($_data,6,1); } else { $_mes =…
-
-1
votes1
answer325
viewsQ: Copy files to another folder and rename - PHP
How to rename a file after copying and pasting from one folder to another. It even renames, but only if I refresh the page, IE, I’m not able to process both functions at the same time. Follow the…