$P1OC1Q1 = "1¶some text or some comment";

echo "<tr><td>Your score is: </td><td>"; $score=split($P1OC1Q1,"¶"); echo 
$score[0]."</td></tr>\n";

Do I have to go through all that to get score[0] ?

John


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to