simple net send
Posted: Tue Dec 19, 2006 2:58 am
feyd | Please use
I did the above, and nothing was sent. I know this is simple but im not sure why its not working...
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Im having frustrations... i cannot get php to do a net send, how is this done? or what am I doing wrong?Code: Select all
<?php
$output = shell_exec("net send myipaddress test");
print $output;
?>feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]