Ok Im am so very lost on what to do now, I have written the php code and would like to display the contents of what is being echoed through the url.
Example is by entering
mywebsite.com/index.php?dog=dogs it returns "a dog"
mywebsite.com/index.php?dog=littledog returns "a little dog"
What I would like to do is display the output of the urls to my webpage using javascript in popups. I have the pops written already I just need to be able to display the output.
Please note that some of the pages are html so I would like to do this in javascript.
Any help would be more than appreciated.
Thank you.