New User Help neophp - Forum

Forum Navigation
You need to log in to create posts and topics.

New User Help neophp

Hello Guys,

Please help

i am  just starting about visualneoweb from neophp.

i just created test app but i don't know why this app still can not connect and insert records into sqlite database.

Thank you guys.

i attached files.

Uploaded files:
  • You need to login to have access to uploads.

Please @suyonob follow the neoPhp database video tutorial to better understand how to use it:

In your config.php file you have decided only a logged-in admin can execute the queries:

$sqlMaxUserLevel[0]=0;

If you want to execute the queries without using a username and a password you should indicate it this way:

$sqlMaxUserLevel[0]=-1;

You can find more information in the config.php template file comments.

Regards

asmat and suyonob have reacted to this post.
asmatsuyonob

Thank you @luishp

i just change my code from 0 to -1 only and it works.

wohoho...

i will enjoy it.

:-)

luishp has reacted to this post.
luishp