Jump to content

Warning: join() [function.join]: Bad arguments.


xyn

Recommended Posts

Hey, I'm not sure what to do about this error:
Warning: join() [function.join]: Bad arguments. in /home/zroxxco/public_html/habbix/inc/functions.php on line 95

My code:
function deletepost(){
$deleteList = join (',' , $_POST['del']); <Line 95
mysql_query ("DELETE FROM requests WHERE id IN ($deleteList)" );
include("topb.php");
echo ("You have deleted the selected requests.");
include("btm.php");
}
Link to comment
https://forums.phpfreaks.com/topic/27988-warning-join-functionjoin-bad-arguments/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.