View Single Post
  #7  
Old 02-12-2007, 01:56 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
I'll be damned -- It works :o

Line 59: <td>Dual Ortus</td>

PHP Code:
<?php
$account 
"godofwarares";

$lines file("http://www.graalonline.com/members/viewprofile.php?accname=" $account);

echo 
$lines[59];
fclose($lines);
?>
Have fun kids =]
__________________
What signature? I see no signature?

Last edited by godofwarares; 02-12-2007 at 01:58 AM.. Reason: Added code.
Reply With Quote