On Wednesday 17 December 2003 16:23, Terence wrote:
> No, that's to add a tab, I am looking for CTRL (control) + T

Sorry, misunderstood the question.

Try this:

  $CTRLTAB = chr(20); // assumming that's the code CTRL-T
  echo "net send computer_name line 1 {$CTRLTAB} line 2 {$CTRLTAB} line 3";

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
I suppose that in a few hours I will sober up. That's such a sad
thought. I think I'll have a few more drinks to prepare myself.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to