I have a question about the AJAX Get Function: How do we use the AJAX get function to call a php script every ten seconds and place the information on the website and it can still be copied and paste without refreshing.
I created a script that calls the php page, the php page contains script that have input boxes but everytime I try to write in those input boxes the message goes away every ten seconds.
Is there a way to have the ajax call the script but place the text on the page permanently instead of refreshing to grab new data?
Thanks (Let me know if more information needs to be provided)