nicob Posted December 4, 2008 Share Posted December 4, 2008 $from = array("+","""); $to = array(" ",""); """ is not correct, so I'm searching how to replace " 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("+","\""); 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("+",'"'); 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 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
Archived
This topic is now archived and is closed to further replies.