RE: [PHP-WIN] Contact Form Problem

2011-06-06 Thread Gallant, Bryan
Sounds more like a blacklisted email domain... -Original Message- From: dustie [mailto:djd...@ntlworld.com] Sent: Monday, June 06, 2011 12:55 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Contact Form Problem Hi all Got an absolutely baffling problem with a bit of code that I've

[PHP-WIN] CuRL

2008-06-17 Thread Bryan
I cannot get the curl commands to work in Windows. I am using WAMP 5. Can anyone point me in the right direction on how to get it working? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] IIS 6 and App Pools

2004-01-07 Thread Bryan Thoreson
Hi, Does anyone have any great suggestions on how to handle the Application Pools in II6 and PHP? Any suggestions would be greatly appreciated. Bryan ~~~ Bryan Thoreson 1/7/2004 Network Administrator CLA OIT

[PHP-WIN] Import Trusted Root Cert

2003-12-15 Thread Bryan Thoreson
Hi, Does anyone know how to import a trusted root certificate for use with a LDAP TLS bind? Bryan ~~~ Bryan Thoreson 12/15/2003 Infotech Professional CLA OIT   University of Minnesota -- PHP Windows Mailing

[PHP-WIN] PHP 5??

2003-06-03 Thread Bryan Thoreson
Does anyone know what the roadmap for PHP 5 is? I'm trying to patiently wait for the ability to create a ssl network stream, and my understanding is that will come when PHP 5 is released, or is there another way to do this in the Windows platform.

RE: [PHP-WIN] ldap_start_tls

2003-03-23 Thread Bryan Thoreson
Daniel, I have ldap and openssl enabled. Am I missing something else? Bryan On Sat, 22 Mar 2003 05:26:55 +0100, Daniel Diehl wrote: >Hi Bryan, >do ya have enabled the module in the php.ini ?? >Please make a and look if the module >is probably loaded.. > >Cheers, >Dan

[PHP-WIN] ldap_start_tls

2003-03-21 Thread Bryan Thoreson
Hi, Has anyone had problems with the function ldap_start_tls? I am trying to use it and php give me this error: PHP Fatal error: Call to undefined function: ldap_start_tls() in C:\phpfile.php Bryan Thoreson ~~~ Bryan Thoreson

RE: [PHP-WIN] Re: Looking for something like floor() only to roun d to a nearest div

2003-01-28 Thread Bryan Pal
--- "Asendorf, John" <[EMAIL PROTECTED]> wrote: > $floor_val = 6 * ((int) 15/6) // yielded 15 for > me... not what I was going > for. This returned 15 for me, too. But this does what you want: $floor_val = 6 * floor(15/6) Cheers! Bryan > > -Original Messa

[PHP-WIN] text file parsing

2002-10-24 Thread Bryan Luisana
Hello, I have only been working with php for about 2 hours now so bare with me if I type something stupid. I am trying to open up a remote text file, parse the file, and output the parsed text as html. As of now I can open the file read characters into a buffer and then output them as html. My

Re: [PHP-WIN] phpnuke

2002-07-22 Thread Bryan Carbonnell
message "Cannot view this page directly". > > Is there anyone that can help me with this? I have searched up and > down the php.ini file but haven't found a mistake. Any help would be > greatly appreciated. That sounds like a PHPNuke error and not a PHP error. -- Bryan C

[PHP-WIN] inclusion error

2002-04-19 Thread Bryan Maynard
I believe that I am close to getting this to work but now I am getting the following error when trying to view .php files in my browser: Warning: Failed opening '/wwwroot/[directory]/time.php' for inclusion (include_path='c:\php4\pear') in Unknown on line 0, where [directory] is the directory of m

RE: [PHP-WIN] Configuring securely in IIS5 under Windows 2000 Server

2002-04-02 Thread Bryan Henry
~ b r y a n -----Original Message- From: Bryan Henry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 11:25 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Configuring securely in IIS5 under Windows 2000 Server >>All PHP does, is create a dynamic webpage, ie create a web page

RE: [PHP-WIN] Configuring securely in IIS5 under Windows 2000 Server

2002-04-02 Thread Bryan Henry
>>All PHP does, is create a dynamic webpage, ie create a web page >>"on-the-fly". This does not expose any holes any more than creating an html >>page does. not true - PHP is as secure as the pages you program. lack of user input verification is a good example. >>There was recently a scare at ph

[PHP-WIN] errorhandler problems with mssql

2001-09-05 Thread Bryan Kaufman
ppet) Can anyone else reproduce this problem? Am I doing something wrong? It makes using a custom error handler useless... Thanks for any insight! Bryan __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo!

Re: [PHP-WIN] php/apache $remote_addr variable help!

2001-09-04 Thread Bryan Kaufman
(which is why you need to use HTTP_SERVER_VARS[]) Cheers, Bryan __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP-WIN] trying to code a simple hyperlink. Can anyone spot my error

2001-08-15 Thread bryan
I am very new, and trying to get php to generate a hyperlink to the client. I am just trying to get an underlined link to an "accessgranted.htm" page. Can anyone spot my error? Return email will be greatly appreciated. Thanks :-)Bryan ___ &quo

Re: [PHP-WIN] php scripts only work when connected to the internet.

2001-06-26 Thread Bryan
mylocalhostname/filename.php the php file processed OK when working offline. Again thankyou to all Bryan. ""Bryan"" <[EMAIL PROTECTED]> wrote in message 9h7agu$biv$[EMAIL PROTECTED]">news:9h7agu$biv$[EMAIL PROTECTED]... > Hi, > > Win2k, IIS, 4.05 > > I have a

Re: [PHP-WIN] php scripts only work when connected to the internet.

2001-06-26 Thread Bryan
ation of IIS?? Bryan. ""Hugh Bothwell"" <[EMAIL PROTECTED]> wrote in message 9h91nj$aul$[EMAIL PROTECTED]">news:9h91nj$aul$[EMAIL PROTECTED]... > > ""Bryan"" <[EMAIL PROTECTED]> wrote in message > 9h7agu$biv$[EMAIL PROTECT

Re: Re[2]: [PHP-WIN] Testing php in Win2000?

2001-06-26 Thread Bryan
Thanks for the response. Its on my laptop, and yeah, it works when I am connected to the network at work, or connected to the internet from home. It doesn't work at all when the laptop is standalone. Is there a workaround for this?? Thanks, Bryan. "David Elliott" <[EMAIL PR

[PHP-WIN] php scripts only work when connected to the internet.

2001-06-25 Thread Bryan
Hi, Win2k, IIS, 4.05 I have a problem where I can only view the output in my browser from the php files when I am connected to the Internet. When I am not connected, I get the standard error page in the broswer. Hope someone can help?? -- PHP Windows Mailing List (http://www.php.net/) To u

Re: [PHP-WIN] Testing php in Win2000?

2001-06-25 Thread Bryan
Hi, I have a similar problem, but can only view the output in my browser from the php files when I am connected to the Internet. When I am not connected, I get the standard error page in the broswer. Hope someone can help?? Thanks, Bryan. ""John Lim"" <[EMAIL PROTE