purencool Posted December 2, 2010 Share Posted December 2, 2010 Hi Php Freaks I am trying to escape variable but I am lost. I am sure that it is easy. can anyone help ta $y="\\$GLOBALARRAY = array( \n"; echo $y; Quote Link to comment Share on other sites More sharing options...
Psycho Posted December 2, 2010 Share Posted December 2, 2010 Not sure what you want. Do you want the variable to be interpreted? If so, use $y="\\{$GLOBALARRAY} = array( \n"; If not, use single quotes to define the string Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.