View Single Post
  #4 (permalink)  
Old 08-19-06, 11:52 AM
9999 9999 is offline
Newbie Coder
 
Join Date: Jul 2006
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
Hey nico I tried yours first because it seemed like it coverd all 3 questions but I get something like this when I run it:

Array ( [0] => [1] => [2] => [3] => [4] => [5] => [6] => [7] => [8] => [9] => [10] => [11] => [12] => [13] => [14] => [15] => ) [2000] =>



Also, how does the
PHP Code:

print_r($matches); 

differ from what I used in the past if I wanted font and size selection
PHP Code:

echo '<font face="Times New Roman" size="2px">'$info .'</font>';

echo 
"<p>"
Thanks All
Reply With Quote