Woopra Forums » Troubleshooting » Web Site Installation

Integrating woopra code on a php site

(4 posts)
  • Started 2 months ago by willydavidk
  • Latest reply from webdudegow

Tags:

  • WillyDavidK
    Member

    Hey, I'm wondering how exactly to go about inserting the code on a php page. I am very familiar with html, but have virtually no experience with php, and when I opened up the raw source of the page I was rather surprised at what appeared to be a foreign language. Where/how would I paste this code, or does the website have to be written entirely in html?

    Posted 2 months ago #
  • WillyDavidK
    Member

    bump

    Posted 1 month ago #
  • jeffr0
    Member

    If you have a footer.php file or in whichever file contains the html tag </body>, you would place the Java code directly above this </body> tag

    Posted 1 month ago #
  • php is nothing more than html on steroids allowing for pre-processing of data before rendering the page. Like jeffr0 said open up your index.php or if you have a footer.php that contains the </body> </html> tags stick the woopra javascript code directly above it. if the site is dynamic (database driven) inserting the code in this one place will do the trick for all pages. If you need further help let me know.

    Posted 1 month ago #

RSS feed for this topic

Reply

You must log in to post.