Digerdoo Posted April 8, 2005 Share Posted April 8, 2005 can someone tell how i can put that way that it show username when you logged in. :'( Link to comment Share on other sites More sharing options...
boxtel Posted April 8, 2005 Share 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 Link to comment Share on other sites More sharing options...
Digerdoo Posted April 8, 2005 Author Share 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: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.