Is there a way to program php to execute a "load new window TAB" and open a specific URL in that window while not leaving the window you're currently in?
Basically I have a php script that execute MYSQL inquiries to load information on a page. While it jumps to each row to get the information i'd like for it to open a new windows TAB (Firefox) but still be in the first window as it continues to cycle thru the rows.
Any examples? thanks very much!