php - i want to get data from another website and display it on mine but with my style.css -


so school has annoying way view rooster. have bypass 5 links rooster.

this link class (it updates weekly without changing link)

https://webuntis.a12.nl/webuntis/?school=roc%20a12#timetable?type=1&departmentid=0&id=2147

i want display content page on website own stylesheet.

i don't mean this:

<?php $homepage = file_get_contents('http://www.example.com/'); echo $homepage; ?> 

or iframe....

i think can better done using jquery , ajax. can jquery load target page, use selectors strip out need, attach document tree. should able style anyway like.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -