# PHP Flash webstat

**URL:** https://forum.kirupa.com/t/php-flash-webstat/244981
**Category:** flash
**Created:** [November 24, 2007, 6:44pm UTC](https://forum.kirupa.com/t/php-flash-webstat/244981 "2007-11-24T18:44:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Kukorica](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kukorica/32/3527_2.png) [@Kukorica](https://forum.kirupa.com/u/Kukorica)
#### Post date: [November 24, 2007, 6:44pm UTC](https://forum.kirupa.com/t/php-flash-webstat/244981/1 "2007-11-24T18:44:34Z")

</div>

[FONT=Courier New][SIZE=2]Good day all, [/SIZE][/FONT]  
[SIZE=2][FONT=Courier New]Ill try to get straight to the point. Ive been searching for a solution, but it seems my knowledge is not good enough for this problem.[/FONT][/SIZE]

[SIZE=2][FONT=Courier New]Ok, so Ive been using php pages for my website, and I use a statistics script called bbclone, and all i needed to do is put these lines in the page and everything would work.[/FONT][/SIZE]

[SIZE=2][FONT=Courier New][FONT=Courier New][SIZE=2]\<?php[/SIZE][/FONT]  
[SIZE=2][FONT=Courier New]define("\_BBC\_PAGE\_NAME", “Test”);[/FONT][/SIZE]  
[SIZE=2][FONT=Courier New]define("\_BBCLONE\_DIR", “bbclone/”);[/FONT][/SIZE]  
[SIZE=2][FONT=Courier New][FONT=Courier New][SIZE=2]define(“COUNTER”, [FONT=Courier New][SIZE=2]\_BBCLONE\_DIR.[FONT=Courier New][SIZE=2]“mark\_page.php”);[/SIZE][/FONT]  
[/SIZE][/FONT][/SIZE][/FONT]if (is\_readable(COUNTER)) include\_once(COUNTER);  
?\>

However, now I am moving on to an all flash site, and i would like to add this line to each flash page (which are external swfs loaded into a container in a main swf). However I cant simply paste this php script into flash. I guess I have tu use somekind of GET method?

I would appreciate any help i can get, ive been going nuts uver this 🙂  
Thanx  
[/FONT][/SIZE][/FONT][/SIZE]
