Code doesn't insert value to database
#2

PHP Code:
if(!SQL::ExistsTable(""CONFIGURATION_TABLE""))

handle SQL::Open(SQL::INSERT""CONFIGURATION_TABLE""); 
Change them to,
PHP Code:
handle SQL::Open(SQL::INSERT"CONFIGURATION_TABLE");

if(!
SQL::ExistsTable("CONFIGURATION_TABLE")) 
Reply


Messages In This Thread
Code doesn't insert value to database - by Sc0pion - 03.06.2017, 04:43
Re: Code doesn't insert value to database - by GTLS - 03.06.2017, 06:59
Re: Code doesn't insert value to database - by Sc0pion - 03.06.2017, 10:18
Re: Code doesn't insert value to database - by GoldenLion - 03.06.2017, 12:43
Re: Code doesn't insert value to database - by Sc0pion - 03.06.2017, 14:47
Re: Code doesn't insert value to database - by GhostHacker9 - 03.06.2017, 15:10

Forum Jump:


Users browsing this thread: 1 Guest(s)