Posts by Éverson da Luz • 1 point
2 posts
- 
		0 votes1 answer157 viewsA: Search data using PHP and AJAX with jQueryPrint your data variable in javascript after serialize. console.log(dados); Probably gonna show something like… 
- 
		-1 votes2 answers959 viewsA: Searching word within text of PHP Array$element = ';nao;'; $text = array('conjunto;palavras;nao','palavras;sim','nao;texto','texto;dividido;nao'); foreach ($text as $key => $value) { $pos = strpos($value, $element); if ($pos !==… phpanswered Éverson da Luz 1