vji Posted September 21, 2006 Share Posted September 21, 2006 Hello friends,hi, this is vijay from india. i'm a fresher in PHP field. i have some doubts..we can access system time, then why dont we use system name and display it in web page when that perticular user open our web page...i mean with out user interaction, can we access his name from his P.C( i think it may available in start menu)...hope i get some responce from your side..........kind regards,vijay Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/ Share on other sites More sharing options...
Barand Posted September 21, 2006 Share Posted September 21, 2006 Do you have a question, or is this a debate, in which case I'll move it to the Miscellaneous forum? Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96281 Share on other sites More sharing options...
vji Posted September 22, 2006 Author Share Posted September 22, 2006 Dear Barandits a quesion. and i tried to implement it, but i failed.so, i posted this in many forums...what i mean is " when we logged in to yahoo inbox, we can see [b]WELCOME to VIJAY[/b] . like wise with out any user ineraction, can we access the current user profile?regards,vijay Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96468 Share on other sites More sharing options...
techiefreak05 Posted September 22, 2006 Share Posted September 22, 2006 oh! i get what he means.. hes trying to ask f theres a way to show the current windows username on a web page. idk if u can ... Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96469 Share on other sites More sharing options...
Daniel0 Posted September 22, 2006 Share Posted September 22, 2006 No. He just has some sort of place where users can log in, and he want THAT username to be displayed. That is easy to do, but you will need to give us some code so we can show you how to implement it.I guess that you through ActiveX could display the Windows username, but that makes problems for some users:1. People who do not use Internet Explorer2. People who do not use Windows Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96503 Share on other sites More sharing options...
vji Posted September 22, 2006 Author Share Posted September 22, 2006 Dear Daniel,you'r correct, now a days many people using open source O.S....but some part of users still using Windows...atleast for that users why dont we implement this?~ vijay Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96519 Share on other sites More sharing options...
Barand Posted September 22, 2006 Share Posted September 22, 2006 PHP runs on the server, not on the client PC, so when it gets systems time, it is the time on the server. Also, for that reason, it cannot see the name in the start menu on your pc.Are you talking about in [b]internet[/b] application where members log in (like this board) or are you talking about a company [b]intranet[/b] where all users have logged into the network? Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96547 Share on other sites More sharing options...
vji Posted September 22, 2006 Author Share Posted September 22, 2006 dear Barand,yes, PHP runs on the server, not on the client PC.but when user opens a webpage, that means a client side script is executed on web browser, and it may takes system name any where from the client system.let us try to implement this[i]....(humans can implement any thisng)[/i] Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96554 Share on other sites More sharing options...
trq Posted September 22, 2006 Share Posted September 22, 2006 [quote]let us try to implement this....[/quote]Maybe you try and let us know how you go. Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96556 Share on other sites More sharing options...
vji Posted September 22, 2006 Author Share Posted September 22, 2006 Dear thorpe,i'm a fresher in PHP, i know php from just 2mnths back, and in this forum there are lot programers and developers, thats why i asked help...~ Vijay Quote Link to comment https://forums.phpfreaks.com/topic/21550-can-we-access-system-name-user-namecan-anybody-help-me/#findComment-96557 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.