If you like what you see, tell a friend, click Send Great Art and put their email adderss in the To: area. |
$search = array('\n', '\r');
$dispStr = file_get_contents('edit_include/name.php');
$dispStr = str_replace($search, ' ', $dispStr); print ''.$dispStr.''; ?> |
$search = array('\n', '\r');
$dispStr = file_get_contents('edit_include/biography.php');
$dispStr = str_replace($search, ' ', $dispStr); print ''.$dispStr.''; ?> |