[PHP-WIN] Fast CGI and Active Perl: Conflict?

2003-07-08 Thread Adam
If I install Fast CGI on my Windows server to speed up PHP, will it have any conflict with Active Perl? I've been using UBB, but I'm going to be dropping it soon for a PHP-based bulletin board. Adam -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP-WIN] PHP Authentication for Member Site

2003-07-08 Thread Adam
I'm currently using WebQuota by Flicks Software at www.flicks.com for authenticating members. The product protects against dictionary attacks, and it throttles bandwidth used by members. Does PHP have any equivalent software? Adam -- PHP Windows Mailing List (http://www.php.net

Re: [PHP-WIN] How do we Redirect a page: Newbie

2001-01-11 Thread adam
o be used before anything is output to the browser. Welcome to PHP. adam -- PHP Windows 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-WIN] PHP as a module on Windows

2001-01-11 Thread adam
e to use something like "F:/path/to/file". This makes offline development just a wee bit more painful. Cheers, adam -- PHP Windows 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-WIN] erro: The page cannot be displayed

2001-01-14 Thread adam
know, but without a more accurate description... adam -- PHP Windows 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-WIN] PHP as a module on Windows

2001-01-14 Thread adam
es though, I have to use something like "F:/path/to/file". This makes offline development just a wee bit more painful. Cheers, adam -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To co

Re: [PHP-WIN] String Replacement

2001-01-15 Thread adam
o the trick? > No, I thought of that - if the word is up against a fullstop or comma (or something else), that won't work. A regular expression will need to be used, and since I'm no good at them I can't make a suggestion. Sorry. :) adam -- PHP Windows Mailing List (http:

Re: [PHP-WIN] What's up with Cookies on Windows

2001-01-16 Thread adam
setcookie("myCookie","test",date("l, d-M-y H:i:s", > (mktime()+1800)),"/","",0); > ?> > If the failing header is at line 3, then your PHP code block starts at line 2. That means you have a blank line before it. That's output. And a

[PHP-WIN] Question on accessing C# Web Service

2005-03-30 Thread Adam
Hello I am new to PHP soap and I have a simple question. here is my simple hello world server class namespace TestService { public class Service1 : System.Web.Services.WebService { public Service1() { InitializeComponent(); } [WebMethod] public string HelloWorld() { return "H

Re: [PHP-WIN] Question on accessing C# Web Service

2005-03-30 Thread Adam
I missing anything, or I need to install other PHP support package. Adam "Charles P. Killmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] You could print_r $rs and see exactly what it contains. Otherwise you could add this to your code to make things simpler. $s

[PHP-WIN] extensions error - kills server

2002-07-25 Thread Adam Jackett
ble did in fact exist. Still nothing. In order for my websites to work at all, I cannot have extensions enabled. Has anyone encountered this before? If so, is there a solution (aside from moving to a linux box). Any help is graciously appreciated. Adam Jackett Allaboutwebsites.com Inc. -- P

[PHP-WIN] Comunications Port Accsess

2002-08-20 Thread Adam Horden
documented. Thanks, Adam -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] smtp authentication with mail()

2002-09-26 Thread Adam Staggenborg
Any one know how to submit smtp authentication when using the mail command in php?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: RE: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-07 Thread Adam Allen
on-line @ php.net and reading through the user-comments), usually does the trick. I've used this list in the past when I can't get my head round things after reading the manual, doing a quick search in google. I think that as long as people don't use this list as "first resour

Re: [PHP-WIN] Help! I'm getting pissed...

2001-07-07 Thread Adam Allen
x27;ve not used exec so am only looking at the obvious but could be wrong, but I'm sure others will comments if I'm wrong. Adam Allen - Original Message - From: Alain Samoun <[EMAIL PROTECTED]> To: Toni Ranta <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Satur

[PHP-WIN] PHP works on the server only

2001-07-30 Thread Adam Oliver
from a remote machine it just hangs. Any ideas why this is so? Adam -- PHP Windows 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-WIN] PDFlib on PHP4

2001-08-08 Thread Adam Oliver
ation - headers already sent by (output started at c:\program files\apache group\apache\htdocs\test\pdftest.php:2) in c:\program files\apache group\apache\htdocs\test\pdftest.php on line 26 with the following code. The server is Apache for Win32. Any idea on how to fix it? Adam -- PHP Wi

[PHP-WIN] sorting array

2001-12-12 Thread Adam Smith
Hi I'm confused with array in php. $array_eng=array($date => $file) In this code I read a directory and use the file date as key and file name as value but when the loop end i 've only the last file read in the array, it's like that the array is recreated each time. Any idea? How arrive to

[PHP-WIN] Value of $_SERVER['GATEWAY_INTERFACE'] in ISAPI mode

2003-06-09 Thread Adam Goossens
Sven, The report back depends on the version of the CGI specification the webserver is running. With Apache, this is normally CGI/1.1. Running it as an ISAPI module makes no difference, as it depends on the webserver configuration. -- Adam Goossens

[PHP-WIN] Re: $GLOBALS

2003-06-12 Thread Adam Goossens
they are "scopeless". It would only work if you used the following code beforehand: global $_POST['photo']; hth. -- Adam Goossens === Quoting [EMAIL PROTECTED]: > >When running the following code: > >foreach($GLOBALS['

[PHP-WIN] Re: $GLOBALS

2003-06-12 Thread Adam Goossens
Oh, and to answer your original question: yes, as far as I am aware register_globals would have to be on for that code to work. -- Adam Goossens - This mail sent through IMP: http://horde.org/imp/ -- PHP Windows Mailing List (http

[PHP-WIN] Re: Help please: undefined index in sample code

2003-06-14 Thread Adam Goossens
sn't work, I'm stumped. What web server are you using? -Adam. Stuart Felenstein wrote: I can't believe Chapter 1 , section 1 and I'm off to a bad start already. Using this form and script, I keep getting "undefined index" for the variables I declare in the scrip

[PHP-WIN] Re: PHP 4.3.2 is Slower & Can't Echo to the CLI

2003-06-17 Thread Adam Goossens
It does? I'm running CLI 4.3.2, and it echo()'s when told to. My scripts also run as quick as they normally would. Are you certain it's not a scripting issue? Or provide some sample code? -Adam. Jon Harrell wrote: I noticed that compared w/ 4.2.3 (the last working fdf/tk unti

[PHP-WIN] Re: Back button error

2003-06-17 Thread Adam Goossens
Harpeet, Try: session_cache_limiter('private'); See if that makes any difference. -Adam. Harpreet wrote: I am getting the following error when i use the IE back button. Warning: Page has Expired The page you requested was created using information you submitted in a form. This

[PHP-WIN] Help compiling custom php extensions

2003-07-02 Thread Adam Kinder
but I do have string.h in the VC98/include directory. The part of the code causing the error is in php_config.h: #ifdef HAVE_STRING_H # include #else # include #endif Where can I find strings.h, do I need to d/l a developer pack or something for Win32? -- Adam Kinder Project Director, W

[PHP-WIN] Re: How to compile a win32 php extension module ???

2003-08-09 Thread Adam Zey
I've never done it, but I'd imagine you'd be able to get a copy of gcc for windows and compile it. Regards, Guspaz. "Ika Oscaos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I have developed a php extension module. I can compile it with Linux. I can > build a module.so

Re: [PHP-WIN] RegEx help needed

2003-08-14 Thread Adam Zey
Commenting on the replacing-numbers part, the simplest solution is probably to do a regex replace to replace 0-9 with a blank string. This would cut the entire search-replace to one line of code. Regards, Adam. "Bob Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTE

[PHP-WIN] Re: embedding php to an application

2003-08-14 Thread Adam Zey
I've never heard of this library before, however I point you towards EncPHP (http://www.sourceforge.net/projects/encphp), which will allow you to encapsulate a PHP script inside an EXE along with everything needed to run it. Regards, Adam. "Ariz Jacinto" <[EMAIL PROTECTED]>

[PHP-WIN] EncPHP, turns PHP scripts into EXEs

2003-08-14 Thread Adam Zey
Hey, I've written a program to encapsulate a PHP script inside an EXE, along with everything the script needs to run. The net result is to make a PHP script completely portable, without the need for the client PC to have PHP installed. The website is a bit of a mess (Not done yet), so I point you

[PHP-WIN] $_POST in MySQL query issue...

2003-10-16 Thread Adam Reiswig
to $table set Name = '.$_POST["elementName"]; or $sql="insert into $table set Name = ".$_POST['elementName']; and several other variations. Can anyone give me some pointers to inserting $_POST[] statements inside of query statements? I am sure there must be a wa

[PHP-WIN] Zend IDE/Debugger Install missing files?

2001-04-06 Thread Adam Robertson
Hi all, I'm trying to install the new Zend IDE and Debug server on my win2k / Apache / MySQL dev system. Following the install PDF I get as far as step 2.3 but I don't appear to have the install_license.reg file anywhere. Does anyone know where to get this file? Cheers, Adam -- P

[PHP-WIN] Access deined - yet another MySQL problem

2004-10-25 Thread Adam Clauss
ilar error in a messagebox on the server itself. I'm almost certain permissions are set correctly - I can use the Microsoft SQL extension with no problems (enabled it as well in php.ini). Any ideas? Thanks! -- Adam Clauss [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/)

[PHP-WIN] "No input file specified." instead of 404?

2004-10-27 Thread Adam Clauss
I can enter ANY url on my server (ending in .php) and since upgrading to PHP 5, instead of getting a 404 error, I get the text "No input file specified." How can this behavior be corrected? -- Adam Clauss [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To u

Re: [PHP-WIN] Yet another MySQL+PHP5 issue

2004-10-30 Thread Adam Clauss
You have to actually have the php_mysql.dll file somewhere (this is different from libmysql.dll). I got mine out of the zip file for windows (not the installer). Place that in whatever directory you have specified as your extension directroy in php.ini. Good luck -- Adam Clauss [EMAIL

[PHP-WIN] Help with windows 2003 iis6, exec() and permissions

2005-05-18 Thread Adam Niedzwiedzki
any luck (or most of the saying that you open your system up to a HUGE security hole if you give IUSER_XXX write access to cmd.exe, I'm just after the "correct"/recommended" way to do the above. Cheers Adam smime.p7s Description: S/MIME cryptographic signature

[PHP-WIN] Help with windows 2003 iis6, exec() and permissions

2005-05-18 Thread Adam Niedzwiedzki
st of the saying that you open your system up to a HUGE security hole if you give IUSER_XXX write access to cmd.exe, I'm just after the "correct"/recommended" way to do the above. Cheers Adam -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Help with windows 2003 iis6, exec() and permissions

2005-05-18 Thread Adam Niedzwiedzki
o this. Cheers Adam "Louis Solomon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> What is the correct way to setup php/iis to allow php access to run >> exec() (ping.exe,cat.exe (from gnu utilities for win32), and any other >> command s

[PHP-WIN] Re: MySQL + SSL with PHP on windows

2007-04-25 Thread Adam Madsen
I have been having the same issue. Using PHP 5.2.1 mysql or mysqli I can not connect to a remote Mysql server using SSL I can get it to work on a mysql command line client just not with PHP. Has anyone ever had this working on an IIS box? Adam Madsen -- IT Director Transwest

[PHP-WIN] Problems with working with large text files

2007-05-31 Thread Adam Niedzwiedzki
Hi all, I have a simple php script that I'm running from command line, it opens up a http web log, proccess's it, then zips it when done. If the http log is under 200MB (approx) this all hum's along nicely, as soon as the files are up over 300MB php falls over. Fatal error: Out of memory (alloca

RE: [PHP-WIN] Problems with working with large text files

2007-05-31 Thread Adam Niedzwiedzki
zcompress I have to load the whole file up to compress it don't I? gzcompress ($data, 9) $data being the string (the whole file) of text I need to compress. Cheers Ad -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Friday, 1 June 2007 12:30 PM To: Adam Niedzwied

[PHP-WIN] flushing output to the browser whilst the script does somethinguseful

2002-05-09 Thread Mr. Adam ALLEN.
ished. What I'm looking to do, is flush the HTML out at key points. (i.e. before I start the processing, so users actually know somethings happening -rather thana appearing as if the connection is timing-out). How would this be done in PHP? Regards, Adam -- PHP Windows Mailing

RE: [PHP-WIN] My SQL

2001-05-16 Thread Mr. Adam ALLEN.
7;m sure that if you had read the documents that came with PHP-NUKE you would have been able to work through a little more of this sonner. Adam > -Original Message- > From: Manesh Manickam [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 2:57 AM > To: Zak Greant; [EMAI

RE: [PHP-WIN] how to exucute PHP file automatically on Window NT4.0 scheduler

2001-05-19 Thread Mr. Adam ALLEN.
If you run the programs as d:\php\bin\php.exe c:\my-php-scripts\phpscript.php3 that should work. I have a couple of scripts which parse the proxy server log files into a MySQL database through the night. Yours Mr. Adam ALLEN. [EMAIL PROTECTED] http://www.dynamicinteraction.co.uk > -Original M

RE: [PHP-WIN] PHP & IIS system() a program in the forground

2001-05-20 Thread Mr. Adam ALLEN.
, then place the path of the shortcut in the system() call i.e. system("d:\playsound.lnk"). Yours Mr. Adam ALLEN. [EMAIL PROTECTED] http://www.dynamicinteraction.co.uk > -Original Message- > From: Root88 [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 19, 2001 8:29 PM &g

Re: [PHP-WIN] Auto reply

2001-12-06 Thread Mr. Adam ALLEN.
you start to compose one!) Things for you could be worse! Adam On Thu, 2001-12-06 at 16:09, DL Neil wrote: > Steve, > Please find a large dose of sympathy attached. > ...is this a real, every-day justification for web mail services? > =dn > > > A great plan, howev

RE: [PHP-WIN] Mathimatical equations in PHP

2001-12-29 Thread Mr Adam ALLEN
bit of plastic with that word "DEL" written on. Just my thoughts on it. Adam On Fri, 2001-12-28 at 16:32, Svensson, B.A.T. (HKG) wrote: > Don't send CC message to those who does not need the information, > plse!!! > > (I am starting to get pretty f

[PHP-WIN] File-upload functions.

2001-01-19 Thread Mr. Adam ALLEN.
Does anyone know where an easy to use file-upload library is? I have them for Perl but am starting to switch things to PHP- SQL's so much easier than writing flat text files. Running PHP 4.0.5-dev - WIN-NT Thanks Mr. Adam ALLEN. [EMAIL PROTECTED] http://www.dynamicinteraction.co.uk --

RE: [PHP-WIN] mssql and php4

2001-04-19 Thread Mr. Adam ALLEN.
d found the transition to MySQL a little daunting, but I'm happy with the speed and administration of MySQL, so I guess that's what matters. Yours Mr. Adam ALLEN. [EMAIL PROTECTED] http://www.dynamicinteraction.co.uk > -Original Message- > From: Svensson, B.A.T. [mailto:[EMA

RE: [PHP-WIN] mysql

2001-04-19 Thread Mr. Adam ALLEN.
s[1]['password'] = 'a different password'; // MySQL password (only needed Yours Mr. Adam ALLEN. [EMAIL PROTECTED] http://www.dynamicinteraction.co.uk > -Original Message- > From: Manesh [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 19, 2001 9:13 PM > To: [E

FW: [PHP-WIN] mysql

2001-04-19 Thread Mr. Adam ALLEN.
in the phpMyAdmin directory, it's called config.inc.php3 (not config.lib.php3), I was thinking through more than one thing when I wrote back to you). Yours Mr. Adam ALLEN. [EMAIL PROTECTED] http://www.dynamicinteraction.co.uk > -Original Message- > From: Manesh [mailto:[EMAI