script for www.dvd.nl ?
Posted: 2003-05-07 02:45:02
I've been testing around with scripts but I cannot make one for the website www.dvd.nl
It's A nice Dutch website with dvd-reviews .
My problem is that I know nothing about programming.
By trying to adjust other script I cannot let it find the right adress.
I wonder if someone can create me a script. or send me a script that is simular build up. So that I can adjust it easely?
the script should look at baseadress : http://www.dvd.nl/reviews.php
for the name of movie , go to that line & jump to position right after : href="http://www.dvd.nl/reviews.php?reviewid=
read the chars until it encounters char ' "> ' (its a number)
then it should go to the adress : http://www.dvd.nl/reviews.php?reviewid=xxx (where xxx = the chars(number) read above)
once on the page I think I can by copying from others scripts en adjusting some things let the rest work (finding year,producer ,actors etc..)
It's A nice Dutch website with dvd-reviews .
My problem is that I know nothing about programming.
By trying to adjust other script I cannot let it find the right adress.
I wonder if someone can create me a script. or send me a script that is simular build up. So that I can adjust it easely?
the script should look at baseadress : http://www.dvd.nl/reviews.php
for the name of movie , go to that line & jump to position right after : href="http://www.dvd.nl/reviews.php?reviewid=
read the chars until it encounters char ' "> ' (its a number)
then it should go to the adress : http://www.dvd.nl/reviews.php?reviewid=xxx (where xxx = the chars(number) read above)
once on the page I think I can by copying from others scripts en adjusting some things let the rest work (finding year,producer ,actors etc..)