View Single Post
Old 2011-07-08, 10:01 AM   #2
HowlingWulf
Me fail English? That's unpossible!
 
HowlingWulf's Avatar
 
Join Date: Dec 2003
Location: FL
Posts: 1,381
Send a message via ICQ to HowlingWulf
Very basic.
Passing an argument because the file holds different stats
Code:
<?php include("http://www.domain.com/dir/modelstats.php?name=AJAngel"); ?>

and the modelstats.php is something like
Code:
<?php
$name = $_GET['name'];
if ($name == "AJAngel") echo "AJAngel stats: blah blah blah";
?>
__________________
WordPress Porn directory theme => Maddos
Create a Porn Tube => Video Pornster
HowlingWulf is offline   Reply With Quote