Ok I have figured it out mostly...I appreciate the help so far but I have another question...
Sorry for all the questions but when I hit a road block that I just cannot figure out on my own I must ask someone...
I got the idea to look at the code for the PEQ PHP editor and found out a lot of what I needed...
This block of code in the "player.php" file is obviously what I have been needing but apparently it is somehow lacking....
Code:
$player_array['platinum'] = ord(substr($profile,4720,4));
The problem is it only returns 2 HEX characters... So if your platinum hits 256 it returns 0... I have looked everywhere and tried everything that makes sense trying to get it to return more than just the 2 characters to no avail... I am semi-new to PHP and cannot figure this one out... It is the first time I have had to deal with BLOB's and pulling HEX from a database...
Any suggestions on what would be a better solution??