If I have

$variable = "play_time";

how may I remove "play_" from $variable and just have $variable equal to
"time"?

Ron

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

Reply via email to