How do i remove convert problematic symbols in PHP?

  • Thread starter Thread starter tyler
  • Start date Start date
T

tyler

Guest
I have a variable I am loading from an external text file:

$online_usr[]='Saga,iori,1, Territory (9x9 House),text,01,82,90,100,100,100,100';

How do I remove sysmbols that confuse the array and cause the PHP to not process?
 
Back
Top