Billiam411
Limp Gawd
- Joined
- Aug 13, 2005
- Messages
- 197
hey, im a newbie programmer, ive got extensive html knowledge but not that much php or sql.
heres my situation:
there is a website (with its own domain) with a login and password, after logging in it takes you to a page containing a table with 3 pieces of data per cell.
i want to be able to have a script on my own server that will login to the site remotely, then view the data in the cells, strip/parse them into some sort of file (xml?) then display that data in a more organized form of my choosing. there will be new cells of data added to the main site occasionally, so having the date and time that they were updated (this means including an autorefresh) in the row would be preferred.
optional features (that would make it substantially more difficult i believe)
having fields for login and password, therefore allowing anyone with credentials on the main site to be able to log into this script and view their own data (each user will have different data). this would require a database i believe, correct?
having buttons next to each row of data (each row would contain the information of one cell from the site) that will hide the row, or mark it as various statuses.
is this possible? how hard would it be? a friend suggested using the curl library but i dont know how to go about starting this.
thanks in advance
heres my situation:
there is a website (with its own domain) with a login and password, after logging in it takes you to a page containing a table with 3 pieces of data per cell.
i want to be able to have a script on my own server that will login to the site remotely, then view the data in the cells, strip/parse them into some sort of file (xml?) then display that data in a more organized form of my choosing. there will be new cells of data added to the main site occasionally, so having the date and time that they were updated (this means including an autorefresh) in the row would be preferred.
optional features (that would make it substantially more difficult i believe)
having fields for login and password, therefore allowing anyone with credentials on the main site to be able to log into this script and view their own data (each user will have different data). this would require a database i believe, correct?
having buttons next to each row of data (each row would contain the information of one cell from the site) that will hide the row, or mark it as various statuses.
is this possible? how hard would it be? a friend suggested using the curl library but i dont know how to go about starting this.
thanks in advance