Hi guys & gals
I am running Social Engine 3.14 under a subdomain, I am trying to integrate the Statistics from the home.php of Social Engine into my main website but i'm not too good at this stuff so i thought i'd ask for some expert help.
Here's what i've got so far
<?php
include ("./include/functions_general.php");
if ($total_members = ( isset($stats_array['members']['stat']) ? $stats_array['members']['stat'] 0 ); {
include("home.php");
}
?>
now i know that i need more than just $total_members but it's not playing ball on this one so i was wondering if anyone could offer any help and support.
For testing purposes i've setup a testing page inside the root of the Social Engine directory
URL for Site = [url]http://face*.icehq.co.uk[/url]
URL for Test Page = [url]http://face*.icehq.co.uk/testing.php[/url]
if you need more info i'm on MSN or drop me a message on here.
Thanks in advance
Nubs.