Jump to content

Calling website functions into a HTML Document VMS7


miniarma

Recommended Posts

As far as I understand, you want to display some phpvms v7 data (fleet, flights, statistics or whatever) in some other (outside of application namespace) area ... Like another page (or landing page) of your virtual airline. Or you want to display them inside the namespace but in a combined way (like displaying flights and pireps in the same page)

 

There is no defined or pre-built way for this.

 

You can read from data directly from the database with an external script and display the contents where you wish and how you wish. (Needs php + mysql knowledge, you will loose Laravel capabilities)

 

Or you can use a module (to keep laravel support and all built in methods functional) to read the data and display the results in a page (within application namespace) without a navbar, then you can iframe that page to anywhere you wish (Needs php + laravel knowledge, you will loose some styling and blending capabilities due to iframe)

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
On 5/22/2021 at 8:59 AM, DisposableHero said:

As far as I understand, you want to display some phpvms v7 data (fleet, flights, statistics or whatever) in some other (outside of application namespace) area ... Like another page (or landing page) of your virtual airline. Or you want to display them inside the namespace but in a combined way (like displaying flights and pireps in the same page)

 

There is no defined or pre-built way for this.

 

You can read from data directly from the database with an external script and display the contents where you wish and how you wish. (Needs php + mysql knowledge, you will loose Laravel capabilities)

 

Or you can use a module (to keep laravel support and all built in methods functional) to read the data and display the results in a page (within application namespace) without a navbar, then you can iframe that page to anywhere you wish (Needs php + laravel knowledge, you will loose some styling and blending capabilities due to iframe)

Would you be willing to share this information with me ? 

If it costs lets me know 


Thanks

Link to comment
Share on other sites

21 hours ago, miniarma said:

Would you be willing to share this information with me ? 

If it costs lets me know 


Thanks

 

Sorry, I was just trying to give you some ideas about how it can be done ...

 

The information you need (for both) is open to public via web, you can search documents and/or courses if you wish to proceed on your own, if not you can hire a freelancer to do the coding for you (but I am not that guy).

 

Hope you figure out the best solution for your needs.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...