The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
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