RANA2019 0 Posted June 19, 2019 Hi All I know AutoIt takes windows username easily using @username All is well but I have PHP page where a textbox I have. I need to fetch there windows loggedin user I am unable to make it so if AUTOIT can help me in this regard? below is my code of HTML TEXTBOX taking PHP value using getenv which does not bring client username. Is it doable using autoit in TEXTBOX VALUE? <label>Applicant Name:</label><b><label style="float:right;">اسم صاحب الطلب</b></label> <br /> <input class="input" type="text" name="name" value="<?php echo getenv("username");?>" readonly/> <br /> See screenshot please how my username comes in text box but when I access my URL fomr client PC same my username shows to him I need fetch his WINDOWS username Help appreciated Thanks Share this post Link to post Share on other sites
Jos 2,281 Posted June 19, 2019 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites