How to add code to PHP script/application?

4 replies
Hello, I'm trying to add some code using PHP but I'm not sure where to add the code.

Here are the instructions...

To track page views using PHP, cut and paste the following code to your PHP script/application.
The code (my URL info removed):

Code:
<?php require_once('owa_env.php'); require_once(OWA_DIR.'owa_php.php'); = new owa_php(); ('your_site_id'); ('My Web Page Title'); ('article'); (); ?>
So where exactly do I paste this code? Not sure where I find my "PHP script/application. Do I create a php file to FTP or from PHPMyAdmin? Just not sure. Thanks.
#add #code #php #script or application

Trending Topics