PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have this url and then an html-table opens. The data in the table, I want to get and show on an other html-table. Can me tell somebody how I can get the data from the table in an separate html-table with my own design???
It's a bit rude to harvest stuff of other peoples sites but ignoring that you could always try using regular expressions to match bit's of the code against what you know will be there. Try going for bits like <td> etc, of course if the format of the page changes your script dies.