How to get some php variable values from web view?

How to get value of php variables from our website which doesn’t have any html code. or is it possible to get values like web view string ?

2 Likes

use web component to get values…

1 Like

I need to show a php webpage on my webview , this page contains one result data , I need to use that values on my app. Is it possible ?

may be not. As you are saying its a php webpage without any url. Then i dont think si its possible but lets wait for others reply too.

1 Like

you can use GET method to access the data you want or using a web component

i have also made a email OTP system using web component and a php file url.

try this, i think you will get the idea of how to get value from php web url.

2 Likes

He wanna show that page in webview. Then is this possible…?

1 Like

yes its possible, just call the url in a web view after calculation,

2 Likes

thanks for your reply. I used your otp method on this same project. but this case is different , here that php page showing result from another pages. so cant use web component. the only way possible is get from web view . But i think that’s not possible.

1 Like

Your answer is in taifun tutorial of web components using javascript search on his web you can access value from their id or class name.
If you create php file then use get method and send that value in url and access from web component or webviewer

3 Likes