Posted by Marc Bauer on 10/13/07 23:51
Hi
I'd like to fix one E_ALL bug in the following code, but i have no idea
what's wrong here... any idea how to solve this? I'd like to say - it is
possible that the "Second part match string" isn't inside the $text
variable... maybe this is the source of this notice. However i'd like to
remove the notice...
Error:
"notice: Undefined offset: 1"
Code:
list($first, $second) = explode("Second part match string", $text);
Regards
Marc
Navigation:
[Reply to this message]
|