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. Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.