Posts by user56742 • 91 points
5 posts
-
3
votes3
answers1453
viewsQ: Calling form after loading screen
I have already checked some answers that have been made about closing a form after logging in and so on. I have tested the too many methods in my role, but I was unsuccessful. So my problem does not…
-
1
votes1
answer86
viewsQ: Check words that appear in foreach
I have the following code: <?PHP $texto1 = file_get_contents('cot.txt'); //adiciona o texto em posições do array preg_match_all('|texto.\d+(.+?)<\/body>|is', $texto1, $resultado); $textos =…
-
0
votes1
answer50
viewsQ: Check php text theme
I have a mini text recognizer where he should compare the words of the main text, exist in a keyword text: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
-
1
votes1
answer64
viewsQ: Doubt about PHP array
I’m having a question about separating a content from a text file and separating by array. For example, I have the following texts: TEXTO1 <head> <edic><Diário Gaúcho…
-
3
votes1
answer231
viewsQ: Check words in Array php
I’m assembling a text checker, where I store in array1 several texts (I could not filter them) and array2 i put certain words to be compared. Thus, one should check whether the words that are in the…