S
S
shnicel2015-12-17 20:44:16
PHP
shnicel, 2015-12-17 20:44:16

How to make a database in an iframe application?

how to add information about the user to the database after loading the application, and then update 1 parameter using js, is it real?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Timofeev, 2015-12-17
@webinar

it is necessary to form ifreme taking into account the user and all parameters. you can't pass anything from outside to ifame

F
Fellowship, 2015-12-18
@Fellowship

There is an option to transfer data from the site to the iframe. It's called postmessage. Here is a link to the documentation https://developer.mozilla.org/en-US/docs/Web/API/W...
After you get the necessary information in the iframe, you can manipulate it as you want through js.
Communication is two-way, you can both send and receive data both inside and outside the frame

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question