explode
php mysql filter after query
Trying to filter the results after a query. Need to find a string inside of a tinytext string. That looks like: accounting, ACT, algebra 1, algebra 2, American history, biology, calculus, economics, E[详细]
2023-02-23 02:39 分类:问答PHP> echo string separated by lines of 3 words each?
I need make something that includes a function that uses explode to create an array. I have seen several examples, but near the end I really get confused! Is there a simple readable way for this? (//c[详细]
2023-02-20 22:26 分类:问答Using explode, split, or preg_split to store and get multiple database entries
I\'m trying to figure out how and which is best for storing and getting multiple entries into and from a database. Either using explode, split, or preg_split. What I need to achieve is a user using a[详细]
2023-02-19 15:09 分类:问答PHP explode on null character
I am trying to explode a string on what looks like to be a null character. This is what is what I am using: $exp = explode(\'\\x0开发者_运维百科0\', $bin);.[详细]
2023-02-19 09:27 分类:问答How to phpexplode a string with code in it?
I am trying to use php\'s explode to divide a string into two. However that string is html code and php does not seem to agree.[详细]
2023-02-18 23:05 分类:问答What's faster? "explode" or another column?
I have a situation where I need to have multiple values stored in my database but they are approx. same type so now I don\'t know is it faster to store those values as a String in VARCHAR field in MyS[详细]
2023-02-17 17:11 分类:问答Is there a way to select the first word/combo of characters in a string, separated by spaces?
For instance, I\'m trying to select the 开发者_如何转开发first word in this string: \"chocolate muffin\"[详细]
2023-02-16 21:55 分类:问答PHP explode without limit
The explode function below has a positive 开发者_开发百科limit parameter of 2. What does this parameter do, and how can I remove it?[详细]
2023-02-16 10:11 分类:问答PHP Explode exclude
I have a string with data like this: 8487613 1298296324 1a6ad892e547da07f35221fdfe6f70dd \"|MoDo|\" 178.211.28.126 \"Battlefield Bad Company 2\" \"BC Stuff and name\" \"Violation (AIMBOT) #50246\"[详细]
2023-02-16 00:28 分类:问答Converting a character to another character in PHP
I have two arrays one with fake Japanese characters, another with the English alphabet I have no idea where to go from here, I\'ve tried loops, str_replace, even using the letters array as the keys fo[详细]
2023-02-14 16:15 分类:问答