Jump to content

Google Tracking on php code?


renfley

Recommended Posts

Hey guys im a little stumped.

 

My pages has the following links.

 

<a href="?page=yes">Yes</a>

 

 

to Change content i use

 

  <?php

  if (isset($_GET['page']))

  {

      include ("include/".$_GET['page'].".php");

  }

  else

  {

      echo 'Welcome to Liquids Scripts PHP Code repository. Just select the categorie from the top and get all the info required ';

  }

  ?>

 

 

Will this be tracked by google analytics?

 

Any help would be awsome.

 

 

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/235514-google-tracking-on-php-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.