Digerdoo Posted April 8, 2005 Posted April 8, 2005 can someone tell how i can put that way that it show username when you logged in. :'(
boxtel Posted April 8, 2005 Posted April 8, 2005 can someone tell how i can put that way that it show username when you logged in. :'( <{POST_SNAPBACK}> if (tep_session_is_registered('customer_first_name') && tep_session_is_registered('customer_id')) { echo tep_output_string_protected($customer_first_name); } else { echo 'Guest'; } Treasurer MFC
Digerdoo Posted April 8, 2005 Author Posted April 8, 2005 if (tep_session_is_registered('customer_first_name') && tep_session_is_registered('customer_id')) { echo tep_output_string_protected($customer_first_name); } else { echo 'Guest'; } <{POST_SNAPBACK}> -----------------------------------> Many many thanks again :rolleyes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.