Hadeszeus Posted June 12, 2017 at 08:44 AM Share Posted June 12, 2017 at 08:44 AM (edited) In Account manage page. How can I code in PHP to display only the section I want depends on profile types? For example I have 2 profile types B1 and B2 When B1 account is login I will display Hi else display Hello for B2. if ($user['User']['ProfileType']) == 1) { echo 'Hi'; } else { echo 'Hello'; } Thanks in advanced! Edited June 12, 2017 at 08:46 AM by Hadeszeus Link to comment
Alejandro Posted June 12, 2017 at 11:19 AM Share Posted June 12, 2017 at 11:19 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Hadeszeus Posted June 12, 2017 at 09:33 PM Author Share Posted June 12, 2017 at 09:33 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts