AV1611 Posted March 25, 2006 Share Posted March 25, 2006 Here is what I'm trying to do, but I need to do it differnt...<A HREF="<?php s_y_s_t_e_m('c:\links\logoff.exe');?>">Log Off System</a><br/>I only want it to run when I click the links, but it runs when I load the page every time...I understand that PHP parsed before HTML, but I expected it to behave differntly I guess...Do I do a javascript onClick or something? (I Don't know JS)I added the underscores because the site won't let me post code... Quote Link to comment Share on other sites More sharing options...
play_ Posted March 25, 2006 Share Posted March 25, 2006 [!--quoteo(post=358352:date=Mar 25 2006, 02:55 PM:name=AV1611)--][div class=\'quotetop\']QUOTE(AV1611 @ Mar 25 2006, 02:55 PM) [snapback]358352[/snapback][/div][div class=\'quotemain\'][!--quotec--]Here is what I'm trying to do, but I need to do it differnt...<A HREF="<?php s_y_s_t_e_m('c:\links\logoff.exe');?>">Log Off System</a><br/>I only want it to run when I click the links, but it runs when I load the page every time...I understand that PHP parsed before HTML, but I expected it to behave differntly I guess...Do I do a javascript onClick or something? (I Don't know JS)I added the underscores because the site won't let me post code...[/quote]I guess you could make it a button, and then use if(isset($_POST['submit']))... 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.