I get this error
Warning: implode(): Bad arguments. in /home/tosh/www/toshhatch.com/networld/my_index.php on line 17
Warning: Cannot modify header information - headers already sent by (output started at /home/tosh/www/toshhatch.com/networld/my_index.php:17) in /home/tosh/www/toshhatch.com/networld/my_index.php on line 17
This is line 17
setcookie("channels",implode(',',$chanels_array),time()+606024*45,"/",".toshhatch.com",0);
Update - I moved this line above line 17. Now it doesn't give me an error.
$chanels_array = explode(",",$channels);
I would create a table that serializes the channels.
Sorry I'm not sure what you mean 😕
I also want to have a include() statement
For example for one channel is this
include 'channels/kids.php'; to fill in the table cells
Also, just so you know. I've been trying to make this work for at least a week ... 8 hours a day. 🙁 I've asked several different people about this, and still no solution. :bemused: