JavaScript Rotates 2 PHP files
WHAT I HAVE:
.PHP
I have a .php file that randomly pulls a nick name from mySQL. “INTERESTED PARTY’s NICK NAME”
This .php file automatically refreshes when the page is loaded.
Java Script
I also have a Java Script that rotates back and forth every 3 seconds between two statements. Works fine also.
WHAT I NEED:
I need a Java Script just like what I have to load my current .php file and after 3 seconds load another .php file from my script.
In short what I need:
Show INTERESTED PARTY’S NICK for 3 seconds,
then Show CURRENTLY WINNING nickname for another 3 seconds and loop.
Needed the java script to run two .php files back and forth.
When this is done, it has to be implemented into my current script.
I will send you a link to my existing files if you are interested in helping me. Thanks so much.