I need to get from another page table and put it into MySQL table dynamically
for example http://66.96.230.191/table.html so I need to parse this table in database.
If you have any code how to implement such operation by using php MySQL please help me;
thanks in advance
You could usa fread to open the page and use regex to retrieve thr info you want...
If I have the time I´ll try to write the code but can make no ptomisses...