Error on login

It stopped on a jquery line

That would be outside of our control. Please debug your code to understand why it fails/stops.

Ok . even i dont know why its not working… maybe i have to use some other method. its giving error in the jquery which i have just called through my code…

i just want to know how to insert data into the backendless tables using php or html or javascript.

@mark-piller @vladimir-upirov

Here is an example for JS to how save object in Backendless Data Table
https://backendless.com/docs/js/data_single_object_create.html#non-blocking-api

and you should understand basic principles:

  • html - it’s just a layout of your app/site
  • JS - works on the client side (for ex: browser) or on the server (NodeJS), so you can use JS-SDK or REST Api
  • Php - works on the server and in this case you should use Backendless REST API

for understanding api I recommend you to read our docs, there is examples as well

Regards, Vlad

1 Like

Thanks aton for this… :slight_smile:

Hello, I am getting this error while working on lo


g in page

I am working on appgyver and using api from my app which is in backendless

Hello @swarna_k

What Content-Type and body in your request? (please make sure you remove or change security-sensitive info)

Regards, Dima

Thanks for the reply, but i figured it out what was going wrong.