Getting my timetable in my website

3 views
Skip to first unread message

niek.ba...@gmail.com

unread,
Dec 13, 2008, 12:41:23 PM12/13/08
to iWebKit
Hello,

I am a student at a dutch high school. I can look up when i have class
on the internet, how can i get this information embedded into my
iphone site?

This is the webpage were i can look it up:
http://publish.gepro-osi.nl/roosters/rooster.php?leerling=6922&type=Leerlingrooster&afdeling=4t&wijzigingen=1&school=601

Winterboard

unread,
Dec 13, 2008, 1:11:16 PM12/13/08
to iWebKit
Is the table dynamic? Do the values change over time or is it always
the same?

On Dec 13, 6:41 pm, "niek.bakerm...@gmail.com"
<niek.bakerm...@gmail.com> wrote:
> Hello,
>
> I am a student at a dutch high school. I can look up when i have class
> on the internet, how can i get this information embedded into my
> iphone site?
>
> This is the webpage were i can look it up:http://publish.gepro-osi.nl/roosters/rooster.php?leerling=6922&type=L...

niek.ba...@gmail.com

unread,
Dec 13, 2008, 1:21:03 PM12/13/08
to iWebKit
Every morning it's updated so if a teacher is sick that lesson will
light up in red and it wil say "Vrij" for example.

Winterboard

unread,
Dec 13, 2008, 1:33:59 PM12/13/08
to iWebKit
Than it is probably impossible cause they use php and you can't
intercept that.
I sincerly do not know.. Try googleing. :)

On Dec 13, 7:21 pm, "niek.bakerm...@gmail.com"

niek.ba...@gmail.com

unread,
Dec 13, 2008, 1:44:45 PM12/13/08
to iWebKit
It actully looks like html:

Example:

<tr><td colspan="6">&nbsp;</td></tr>
<tr><td colspan="6" font class="Header"></font></td></tr>
<tr><td colspan="6"><hr>&nbsp;</td></tr><tr><td class="lNameHeader"
colspan="6">Niek Bakermans - 4T5</td></tr><tr class="AccentDark">
<td align="left" width="65" class="tableHeader"></td>
<td align="center" width="auto" class="tableHeader">Maandag</td>
<td align="center" width="auto" class="tableHeader">Dinsdag</td>
<td align="center" width="auto" class="tableHeader">Woensdag</td>
<td align="center" width="auto" class="tableHeader">Donderdag</td>
<td align="center" width="auto" class="tableHeader">Vrijdag</td>
</tr><tr>

So if you know a way that when i load the page on my iphone it gets
the source from this site. You know a way to do that?

Winterboard

unread,
Dec 13, 2008, 3:36:37 PM12/13/08
to iWebKit
Yes that is HTML but HTML is static. They use php to load the HTML
dynamicly. Everytime you acces their site the php code chooses what
HTML code to send to the user. If you just use the HTML you won't get
updates.
also the php is server-side so it doesn't go to your pc so you can't
intercept it.

On Dec 13, 7:44 pm, "niek.bakerm...@gmail.com"
Reply all
Reply to author
Forward
0 new messages