View Single Post
Old 12-31-2011, 11:43 PM   PM User | #1
AJM
New Coder

 
Join Date: Nov 2011
Location: USA
Posts: 21
Thanks: 1
Thanked 1 Time in 1 Post
AJM is an unknown quantity at this point
T_CONSTANT_ENCAPSED_STRING in array?

Hi all...

Can anyone tell me where I have a T_CONSTANT_ENCAPSED_STRING in this code?

PHP Code:
$bf = array(':'';''=''>''?''@''[''l'']''^''_''`');
$af = array('A''B''C''D''E''F''a''b''c' 'd''e''f');
$var str_replace($bf$af$var); 
Thanks in advance.


AJ
AJM is offline   Reply With Quote