[PHP-WIN] PHP & Samba

2013-09-05 Thread Jorge F. Hernandez
Hey guys, Does anybody know a way to browse a Samba (smb) server using PHP? Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-05 Thread Jacob Kruger
Just wondering, if I load an existing image into an image resource, and then draw a rectangle on it using the GD imagerectangle() function, and specifically not using the imagefilledrectangle() function, does the new rectangle/box overlay the existing image content, or just draw the outlines the

Re: [PHP-WIN] PHP & Samba

2013-09-05 Thread Anatol Belski
Hi, On Thu, 2013-09-05 at 10:46 -0400, Jorge F. Hernandez wrote: > Hey guys, > > Does anybody know a way to browse a Samba (smb) server using PHP? > > Thanks. > If files were only I'd be interested on, I'd mount it as a drive on windows or as a folder on linux. Regards Anatol -- PHP Win

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-05 Thread Pierre Joye
hi! On Thu, Sep 5, 2013 at 10:35 PM, Jacob Kruger wrote: > Just wondering, if I load an existing image into an image resource, and then > draw a rectangle on it using the GD imagerectangle() function, and > specifically not using the imagefilledrectangle() function, does the new > rectangle/bo

Re: [PHP-WIN] PHP & Samba

2013-09-05 Thread Pierre Joye
hi On Thu, Sep 5, 2013 at 4:46 PM, Jorge F. Hernandez wrote: > Hey guys, > > Does anybody know a way to browse a Samba (smb) server using PHP? Network paths work just fine with any file functions. If you need special authentication like domain auth under a different users, then there are many cl

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-05 Thread Jacob Kruger
Effectively, I've got sort of template images, and want to sort of draw multiple outline boxes onto them where users can then choose one to then insert text onto image - almost like a form of eCard template rendition, but, bit different. I was originally trying to show the boxes/areas to the u