I wanted to ask you if there is a way to embed a .php in an HTML document.
the .php functions like an RSS feed. It's a job market feed from another page and I want to embed it into my page. I have control over the page where the job-feed is from. if I simply copy the code the feed doesn't refresh and keeps the same jobs.
please, help me!
its about this .php : https://www.jobverde.de/job_suche_extern.php
My Answer:
To embed a .php file in an HTML document, you can use an iframe. Here's an example of how you can embed the job market feed from the provided .php file into your HTML page:
html
Job Market Feed
Job Market Feed
By using an iframe, the .php file will be loaded into your HTML page and will display the job market feed. This way, the feed should refresh and display the latest jobs from the source page.
Rate this post
5 of 5 based on 8839 votesComments