Christian271
08-13-2008, 04:42 AM
I use this code to get the line25 souce of dragcave.net
$lines = file('http://dragcave.net/user/Christian271');
$line = $lines[25];
I want to delete "<br/><br/>If you would like your own dragons, you'll have to go to the <a href="/">Cave Entrance</a>." from the end, and I don't know how mainy characters there are.
$lines = file('http://dragcave.net/user/Christian271');
$line = $lines[25];
I want to delete "<br/><br/>If you would like your own dragons, you'll have to go to the <a href="/">Cave Entrance</a>." from the end, and I don't know how mainy characters there are.