Can we fetch data from database

How to put data into text fields from wix database for editing purpose

Hi Abhishek!

You can find a tutorial on doing just that here:

You can also explore other data binding articles here:
https://support.wix.com/en/wix-code/data-binding

These will introduce you to basics and get you started. If you need any further assistance, don’t hesitate to ask!

Have fun Wix Coding!

1 Like

hii i want to make login form that check data from the database and give me result that this user is present in the database or not pls help me

how to write an http function for getting data from a dataset ?
#Rawabi

Hi Yasmeen,
Have you tried using wixData method ?
Here you have an example of how to combine it with http functions.
Roi

1 Like

thank you Roi
I could fetch the data from the dataset but I couldn’t parse the url as json in JavaScript without using Jquery functions.
#Rawabi