This is going to be one of the weirdest things i have ever asked, but bare with me.
Now, this site has a doctors database: http://www.sccot.org.co/DirectorioDetalle.asp
And you can access the doctors through this link: http://www.sccot.org.co/PopUpDetalleDir.asp?CodDetalle=1912
By changing the number after “CodDetalle” you can view different entries in the database. Now, my task is to create a list of all the entries in that database, what i’m asking for… is whether there is a way to do it quickly or do i really have to go through them one at a time…
I been coding PHP for some years, and i tried replacing the number with “*” and “ALL” but that didn’t help.
oh, and asking the admin isn’t the best way to solve this.