The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
![]() |
INSERT TO MULTIPLE DB - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28) +--- Forum: Documentation (https://userspice.com/forums/forumdisplay.php?fid=30) +--- Thread: INSERT TO MULTIPLE DB (/showthread.php?tid=591) Pages:
1
2
|
INSERT TO MULTIPLE DB - picassoo - 06-14-2017 https://hastebin.com/exileqisol.xml INSERT TO MULTIPLE DB - Brandin - 06-14-2017 I didn't make a "big" change but it might be enough to make it work, there were a lot of steps which meant a lot of room for error - try that, and if it doesn't work let me know. You're going to replace your post if with this: https://hastebin.com/uvutubiles.php I would // (comment) out the Redirect until we get this figured out - so we can see the errors if any. Please also double check your column types in SQL to ensure you are inserting proper values... Also, if the text value in your checkboxes have no purpose since the name is almost identical, you might want to stick with "0" (disabled/no) and "1" (enabled/yes). You don't have to, just a preference as numerals work much nicer. INSERT TO MULTIPLE DB - picassoo - 06-16-2017 I find other solution for my problem. is ok Thanks for the help |