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
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
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]
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]
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]
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
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:
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
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
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
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
documented.
Thanks,
Adam
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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]
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
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
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
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['
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
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
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
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
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
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
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
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]>
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
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
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
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/)
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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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
--
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
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
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
50 matches
Mail list logo