Hi,
I am wondering if it is possible to give the escape command ctrl+d via the php function exec() or some function that is similar. I am trying get php to call the 'AT' command which asks for the ctrl+sequence to close the entering of a new scheduled event. I tried adding '<EOT>\n' at the end of the command sequence but that still didn't work. I only want the event to run once unlike CRON that's why I am using 'AT' instead....
User Profile
Collapse
-
scheduling with 'AT' from php
-
Thanks for the reply. I actually over looked that. I should have noticed it on the php site. Sometimes you need another pair of eyes.
Carl
http://www.gaihosa.com... -
conflict for function copy() .
HI,
I am using the copy() function to download a web page as shown in this
example:
[php]
$userAgent = $_SERVER['HTTP_USER_AGEN T'];
$context_option s = array (
'http' => array (
'method' => 'GET',
'header'=> "User-Agent: $userAgent"
)
);
$context = stream_context_ create($context _options);...
No activity results to display
Show More
Leave a comment: