Knowledgebase: PHP/MySQL
explode, split, and implode supported?
Posted on 29 January 2004 01:09 AM
|
|
Question: I have realized that our PHP does not support the standard string functions "explode" or "split" though it supports "implode". Do you know the reason? I think they should be std functions of PHP. Answer: The above functions (explode and split and implode) are, of course, supported in PHP - you will need to check your syntax and make sure you are calling them correctly. Please take the time to review the PHP documentation found at: http://www.PHP.net/ You may also find the FutureQuest® Community Support Forums helpful at: http://www.FutureQuest.net/forums/ | |
|