Code doesn't insert value to database
#1

Fixed!
Reply
#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
#3

Fixed!
Reply
#4

That's not an answer, but I suggest you to use the default MySQL functions. In my opinion this "easy" MySQL include makes it even more complicated lol.
Reply
#5

Fixed!
Reply
#6

such libraries will not get enough support,using standard method is always preferred.You should ask this about to the author itself.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)