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?
$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?