'; $title = ereg_replace($reg_ex, $replace_word, $str); $reg_ex = '%CLUB_NAME%'; $replace_word = $club_name; $str = $title; $club_info = ereg_replace($reg_ex, $replace_word, $str); $reg_ex = '%KIOSK_ID%'; $replace_word = $kiosk_id; $str = $club_info; echo ereg_replace($reg_ex, $replace_word, $str); ?> WELCOME TO 24 HOUR FITNESS
What would you like to do today?
'; echo ereg_replace($reg_ex, $replace_word, $str); ?>