Code: Select all
totals"> Totals: 22 11/6 Daily Average(I'm actually using the following code that returns the string above:
Code: Select all
preg_match_all('/total(.+)verage/si', $conteudo, $conteudo);Thank you very much.
Moderator: General Moderators
Code: Select all
totals"> Totals: 22 11/6 Daily AverageCode: Select all
preg_match_all('/total(.+)verage/si', $conteudo, $conteudo);