I want a line of text to be added to my websites, based on the keyword or meta of the site sending the traffic.... IE if I get a referred visitor from trashcans.com and the meta or kw is trashcans, my site would generate something like, welcome trashcans, or trashcans here etc etc. ive heard this is done via ajax or php---- Pls pm with thoughts, availability and price. Need immed. Brian
in php, you can use the code "echo $_SERVER['HTTP_REFERER'];" to see the referring website. You can use other php functions to cut out just the site name, and use that as keywords.