implode function

Problems with the Windows version of XAMPP, questions, comments, and anything related.

implode function

Postby distss » 03. December 2007 05:24

I am getting the error of:

Warning: implode() [function.implode]: Bad arguments. in C:\Program Files\xampp\htdocs\r4w\form_process4.php on line 140

for the code:

$involved_string = implode (',', $involved);


The same piece of code when uploaded to the website server works fine. Any help most appreciated.
distss
 
Posts: 1
Joined: 03. December 2007 04:33

Postby Wiedmann » 03. December 2007 09:44

There is no array "$involved"? Just test this with:
Code: Select all
var_dump($involved);
exit;
$involved_string = implode (',', $involved);
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 141 guests