nicob Posted December 4, 2008 Share Posted December 4, 2008 $from = array("+","""); $to = array(" ",""); """ is not correct, so I'm searching how to replace " Quote Link to comment https://forums.phpfreaks.com/topic/135540-solved-how-do-you-replace-character-in-array/ Share on other sites More sharing options...
Mchl Posted December 4, 2008 Share Posted December 4, 2008 $from = array("+","\""); Quote Link to comment https://forums.phpfreaks.com/topic/135540-solved-how-do-you-replace-character-in-array/#findComment-706095 Share on other sites More sharing options...
premiso Posted December 4, 2008 Share Posted December 4, 2008 Or another variation for fyi purposes: $from = array("+",'"'); Quote Link to comment https://forums.phpfreaks.com/topic/135540-solved-how-do-you-replace-character-in-array/#findComment-706102 Share on other sites More sharing options...
nicob Posted December 4, 2008 Author Share Posted December 4, 2008 Thank you both for your help Quote Link to comment https://forums.phpfreaks.com/topic/135540-solved-how-do-you-replace-character-in-array/#findComment-706113 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.