Re: [PHP] networking

2001-08-31 Thread mike cullerton

http://www.linuxdoc.org/HOWTO/SMB-HOWTO.html

--On Friday, August 31, 2001 11:25 PM -0400 Data Driven Design 
[EMAIL PROTECTED] wrote:

 corel linux on a fourth machine. Is there a tutorial somewhere that will
 show me how to set up samba, or whatever else I need to access my network,
 and the internet from the linux machine?

 -- mike cullerton

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Networking

2001-07-23 Thread Matthew Loff


I don't see why you wouldn't be able to access that share... Did you try
escaping the path?

e.g. chdir(computer\\dir);


-Original Message-
From: ReDucTor [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 23, 2001 6:20 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Networking


Hey does any one know if it is possible to do something like

read stuff thro file and printer sharing on a remote pc, i tried

\\computer\dir for the dirs but that didn't work any suggestions(btw i
did addslashes :D )

so ne ideas...please


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Networking

2001-07-23 Thread Mark Roedel

 -Original Message-
 From: ReDucTor [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 23, 2001 5:20 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Networking
 
 
 Hey does any one know if it is possible to do something like
 read stuff thro file and printer sharing on a remote pc, i tried
 \\computer\dir for the dirs but that didn't work any suggestions
 (btw i did addslashes :D )

Are you trying to access these resources from a Windows machine (in
which case I'd be surprised if something close to what you tried didn't
work), or from something Unix-y?

If it's the latter, probably your best bet is going to be to get a copy
of Sharity or Samba installed and mount the remote-machine resources so
that you can treat them as local resources.


---
Mark Roedel ([EMAIL PROTECTED])  ||  There cannot be a crisis next week.
Systems Programmer / WebMaster  ||   My schedule is already full.
 LeTourneau University  ||-- Henry Kissinger


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Networking

2001-07-23 Thread ReDucTor

That didn't work, i am on a windows machine...and this is my personal
machine, so i don't wish to change to unix... :D but windows should have
more support for this then unix..
   - James ReDucTor Mitchell
- Original Message -
From: Matthew Loff [EMAIL PROTECTED]
To: 'ReDucTor' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, July 24, 2001 4:06 AM
Subject: RE: [PHP] Networking



 I don't see why you wouldn't be able to access that share... Did you try
 escaping the path?

 e.g. chdir(computer\\dir);


 -Original Message-
 From: ReDucTor [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 23, 2001 6:20 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Networking


 Hey does any one know if it is possible to do something like

 read stuff thro file and printer sharing on a remote pc, i tried

 \\computer\dir for the dirs but that didn't work any suggestions(btw i
 did addslashes :D )

 so ne ideas...please


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED] To
 contact the list administrators, e-mail: [EMAIL PROTECTED]


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Networking

2001-07-23 Thread ReDucTor

Windows Machine
- Original Message - 
From: Mark Roedel [EMAIL PROTECTED]
To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, July 24, 2001 6:56 AM
Subject: RE: [PHP] Networking


  -Original Message-
  From: ReDucTor [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 23, 2001 5:20 AM
  To: [EMAIL PROTECTED]
  Subject: [PHP] Networking
  
  
  Hey does any one know if it is possible to do something like
  read stuff thro file and printer sharing on a remote pc, i tried
  \\computer\dir for the dirs but that didn't work any suggestions
  (btw i did addslashes :D )
 
 Are you trying to access these resources from a Windows machine (in
 which case I'd be surprised if something close to what you tried didn't
 work), or from something Unix-y?
 
 If it's the latter, probably your best bet is going to be to get a copy
 of Sharity or Samba installed and mount the remote-machine resources so
 that you can treat them as local resources.
 
 
 ---
 Mark Roedel ([EMAIL PROTECTED])  ||  There cannot be a crisis next week.
 Systems Programmer / WebMaster  ||   My schedule is already full.
  LeTourneau University  ||-- Henry Kissinger
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Networking

2001-07-23 Thread ReDucTor

I just maped a network drive, and it worked that way, so i guess i should
use system commands to map them, read them, then unmap :D
 - James ReDucTor Mitchell
- Original Message -
From: ReDucTor [EMAIL PROTECTED]
To: Mark Roedel [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, July 24, 2001 9:19 AM
Subject: Re: [PHP] Networking


 Windows Machine
 - Original Message -
 From: Mark Roedel [EMAIL PROTECTED]
 To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, July 24, 2001 6:56 AM
 Subject: RE: [PHP] Networking


   -Original Message-
   From: ReDucTor [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 23, 2001 5:20 AM
   To: [EMAIL PROTECTED]
   Subject: [PHP] Networking
  
  
   Hey does any one know if it is possible to do something like
   read stuff thro file and printer sharing on a remote pc, i tried
   \\computer\dir for the dirs but that didn't work any suggestions
   (btw i did addslashes :D )
 
  Are you trying to access these resources from a Windows machine (in
  which case I'd be surprised if something close to what you tried didn't
  work), or from something Unix-y?
 
  If it's the latter, probably your best bet is going to be to get a copy
  of Sharity or Samba installed and mount the remote-machine resources so
  that you can treat them as local resources.
 
 
  ---
  Mark Roedel ([EMAIL PROTECTED])  ||  There cannot be a crisis next week.
  Systems Programmer / WebMaster  ||   My schedule is already full.
   LeTourneau University  ||-- Henry Kissinger
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]