[PHP-WIN] capturing the output to a file rather than the browser

2003-11-16 Thread Brent
the source once in the browser but instead it's going straight to a file on the server automatically. Thanks, Brent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] loading php_gd2.dll

2003-11-19 Thread brent
be. Anybody have any suggestions? Thanks. Brent -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Upload and Download from local to server tools!( like w3Upload in asp)

2003-12-02 Thread Brent
s are and what they are called and where I want them to go. hope someone understands what i'm askin!! ta Brent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP ftp_put source_file values

2003-12-03 Thread Brent
the server. I have tried c:/test123.txt and c:\\test123.txt etc thanks to support from this group but didn't seem to help. Does anyone know wot i'm on about!!! hope so :) Brent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] uploading files to a web server using ftp

2003-12-03 Thread Brent
nt need or want to have to browse to get to it. Brent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] unlink command on a windows server

2004-03-04 Thread Brent
Hi, wondering if anyone else has problems with the 'unlink' command. Keeps saying Permission denied when i try to use it. The server is a win nt box. thanks heaps. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Can you receive email with php?

2004-04-19 Thread Brent
Hi, just wondering if anyone knows of some plugin or class etc that will allow me to receive email from a mail server via pop3. i have looked at PHP mailer but that only seems to send emails. Thanks, Brent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP-WIN] Can you receive email with php?

2004-04-20 Thread Brent
; "Unknown():Unable to load dynamic library 'c:\php\extensions\php_imap.dll' - The specified procedure could not be found." Any ideas?? Thanks heaps, Brent. "Ignatius Reilly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >

[PHP-WIN] problems installing IMAP dll.

2004-04-20 Thread Brent
load dynamic library 'c:\php\extensions\php_imap.dll' - The specified procedure could not be found." Any ideas?? Thanks heaps, Brent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: problems installing IMAP dll.

2004-04-20 Thread Brent
Actually the error pops up in a notice window everytime php is used by the looks of it. ie. each time i open a php file on my server!!! "Brent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am trying to install the php_imap.dll extension onto my php server,

[PHP-WIN] Re: form textbox with search

2004-04-20 Thread Brent
Perhaps you could test the string length using strlen() and then if 0 dont issue the SQL statement rather a msg to the user. if((strlen($searchtext))>0){ issue sql }else{echo'enter a search string you stupid user';}, or you could use java scripts to validate the form 1st. brent &q

Re: [PHP-WIN] Re: Mething of Tracing PHP Script on Windows

2004-04-20 Thread Brent
yer me t... have been wondering if anything like that is around for a while.. "Raul Ionescu" <[EMAIL PROTECTED]> wrote in message news:2.0beta.1082526015826.3385575522498760298.raul.ionescu@@mymail.ro... Where? What did you find? I'm also interested of this! Thanks! Raul .I f

[PHP-WIN] Re: problems installing IMAP dll.

2004-04-21 Thread Brent
Figured it out, with help from Ignatius, I installed the latest release of PHP and all seems fine.. Thanks mate., Brent. "Brent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Actually the error pops up in a notice window everytime php is used by the > looks

[PHP-WIN] Re: Windows 2003 and SQL Server issues

2004-04-27 Thread Brent
Yer it was giving me the shits as well so I used the ODBC and aint looked back. Brent. "David Elliott" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi Charles On 03 March 2004 at 19:19:22 -0600 (which was 01:19 where I live) Charles P. Killmer wrote and made thes

[PHP-WIN] PHP IMAP_HEADERINFO problem getting all 'to' addresses.

2004-06-08 Thread Brent
n Mailbox - try again later!"); $tsthead=imap_headerinfo ($mbox,5); $tom=$tsthead->to; for ($i = 0; $i <= 3; i++) { echo"pfrom :";echo$tom[$i]->personal; echo"mbfrom :";echo$tom[$i]->mailbox; echo"adlfrom :";echo$tom[$i]->adl; echo&q

[PHP-WIN] output html reports to printer and not browser

2004-06-10 Thread Brent
Howdy, Are there any php commands or otherwsie to send a report made in html to a selected printer locally and not go to the browse screen if a link was selected Brent. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: php_gettext and php_iconv extensions

2004-06-24 Thread Brent
G'day Daniel, I have never tried the extensions you write of below but I did have similar problems when I was trying to load the IMAP extension on Win XP Pro and PHP 4.3.4. I upgraded to PHP 4.3.6 and havent had any problems since mate. Hope it helps. Brent. "Daniel Blake" &l

[PHP-WIN] Re: [PHP] Replace of ' in a query

2004-02-17 Thread Brent Baisley
ont know, and then execute the sql query. i really appreciate your help, thanks. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] retrieve displayname and mail for all users in an ldap (AD) group

2010-05-17 Thread Brent Gardner
Ultimately, I'm using this code to populate a dropdown field on a webform so a user can select a username to send an email message to without exposing all the users' email addresses. My code's listed below. Thanks. Brent Gardner \n\n"; echo " \n\n"