glenelkins Posted June 4, 2006 Share Posted June 4, 2006 With the explode() function, is there a way to explode the character " ??? i treid : explode ('"',$text) but it does not work!! any ideas? (thats the speach mark character by the way) Link to comment https://forums.phpfreaks.com/topic/11170-probably-a-silly-question/ Share on other sites More sharing options...
poirot Posted June 4, 2006 Share Posted June 4, 2006 Nah, forget it...I misunderstood your question. Follow thorpe's suggestion. Link to comment https://forums.phpfreaks.com/topic/11170-probably-a-silly-question/#findComment-41765 Share on other sites More sharing options...
trq Posted June 4, 2006 Share Posted June 4, 2006 [code]explode('"',$text);[/code] Link to comment https://forums.phpfreaks.com/topic/11170-probably-a-silly-question/#findComment-41766 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.