stuart7398 Posted March 24, 2008 Share Posted March 24, 2008 hi. i want to show visitors the last login time and date of the profile they are viewing. i have the little php script but how do i add it? below is a the Mysql <code> Print "<tr>"; Print "<td></td>"; Print "<td>Last Login</td>"; Print "<td class='tab_right'>".$info['color'] ." </td>"; Print "</tr>"; </code> by the way, let me know if the above is correctly put together? thanks. Link to comment https://forums.phpfreaks.com/topic/97548-solved-adding-last-login-to-mysql/ Share on other sites More sharing options...
mwasif Posted March 25, 2008 Share Posted March 25, 2008 Where and how you are storing the last login information? Link to comment https://forums.phpfreaks.com/topic/97548-solved-adding-last-login-to-mysql/#findComment-500543 Share on other sites More sharing options...
stuart7398 Posted March 25, 2008 Author Share Posted March 25, 2008 hi. i'm using php / mysql. i'm not sure where it should be installed. i learn using trail and error. the small php file i found seems to update every profile's date and time, any ideas you have are much appreciated. thanks. stu. Link to comment https://forums.phpfreaks.com/topic/97548-solved-adding-last-login-to-mysql/#findComment-500580 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.