[PHP-WIN] Re: Failure remote includes

2003-07-31 Thread Sek-Mun Wong
silly one but i assume you already have "allow_url_fopen=On" in php.ini? (it should tell you anyway, that this is not set, plus the error below) works for me in 4.3.2/winxp pro/apache 1.3.28. I guess if you don't *need* apache 2, don't do it. another test might be to fopen and read a socket via

Re: [PHP-WIN] E-Mail Attachments...

2003-07-31 Thread Per Lundberg
On Thu, 2003-07-31 at 19:14, Guru wrote: > Hi, > > Are there any efficient ways fo attaching files to e-mails and sending them > using mail() function... please help Try phpmailer. http://phpmailer.sf.net -- Best regards, Per Lundberg / Capio ApS Phone: +46-18-4186040 Fax: +46-18-4186049 Web:

RE: [PHP-WIN] Failure remote includes

2003-07-31 Thread m.r.
skate wrote 31 7 2003 14:11 Re: [PHP-WIN] Failure remote includes: <...you tried ... http://somedomain.com/index.html'); ?> would it not be more beneficial to open the files (fopen, fread)? this way you can parse the page if needed, and add your own headers / footers without killing any HTML...>

[PHP-WIN] Re: I Need Some Help please

2003-07-31 Thread Voodoo
I don't know if I understood what you mean (english isn't my mother language) but I think you can use the mysql_num_rows function to create a loop. If you got the variable $query as the result of a db research, use something like: for ($i=0; $ihttp://www.php.net/) To unsubscribe, visit: http://www

[PHP-WIN] Re: Session not working

2003-07-31 Thread Voodoo
I was having troubles with my session.save_path configuration. It is solved now. Thanks to all, Voodoo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] I Need Some Help please

2003-07-31 Thread Dean Hayes
Hey, I am doing a script that calls items from a MySQL database. The Database holds as many rows of information as the user has entered into it what i need to do is call information from a list of different rows like 3 to 5 or 3 to 15 how ever many the user wants. Is there a way i can use a scr

[PHP-WIN] Re: Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread jsWalter
"Sek-Mun Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I can only assume you are refering to... > > > > LoadModule php4_module "/etc/php/sapi/php4apache2.dll" > > > > oops just spotted this... maybe this is the issue? the function might not > like what apache2/win32 retu

[PHP-WIN] Re: Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread Sek-Mun Wong
Well, it works for me under 1.3.28, so let me walk through your apache config. I'm sure there are issues with the script to say the least, but just one more try with apache2: Your httpd.conf: 1) remove these lines LoadFile "/etc/php/php4ts.dll" Action application/x-httpd-php "/etc/php/php

[PHP-WIN] Re: Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread Sek-Mun Wong
> I can only assume you are refering to... > > LoadModule php4_module "/etc/php/sapi/php4apache2.dll" > oops just spotted this... maybe this is the issue? the function might not like what apache2/win32 returns. fwiw I've gone back to 1.3.28 on win32. Don't really need apache2... yet. -- PHP

[PHP-WIN] Re: Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread jsWalter
So, we mark this down as a bug in the go-pear web-access script? Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread Sek-Mun Wong
ah yes... sorry bout that... the other reply threw me off track ;-) this is in the go-pear script for detecting sapi. as for why go-pear doesn't like CGI your guess is as good as mine. I suspect this is problematic. In fact I thought the cli version had some minor bugs in it too for win32, but i

[PHP-WIN] Re: Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread jsWalter
"Sek-Mun Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > red herring! well, wild goose maybe. > those are Apache directives you've listed, right > not php.ini settings. right > I assume you mean php.conf which is included by httpd.conf? Right again. > > I assume yo

php-windows Digest 1 Aug 2003 00:00:10 -0000 Issue 1847

2003-07-31 Thread php-windows-digest-help
php-windows Digest 1 Aug 2003 00:00:10 - Issue 1847 Topics (messages 20946 through 20958): Failure remote includes 20946 by: m.r. 20948 by: skate Re: What do the programs running in winxp do? 20947 by: skate Apache or IIS 20949 by: William Harrison 2

[PHP-WIN] Re: Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread Sek-Mun Wong
red herring! those are Apache directives you've listed, not php.ini settings. I assume you mean php.conf which is included by httpd.conf? I assume you know how to install php as a SAPI module (you've got all the directives below plus the help url) However, that's just a SAPI red herring, this is

Re: [PHP-WIN] Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread Luis Ferro
php.ini i presume? Is it in the windows directory? Cheers, Luis Ferro jsWalter wrote: I am trying to run the web installer for PEAR. I get this message... Sorry! The PEAR installer actually does not work on Windows platform using CGI and Apache. Please install the module SAPI (see htt

[PHP-WIN] Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread jsWalter
I am trying to run the web installer for PEAR. I get this message... Sorry! The PEAR installer actually does not work on Windows platform using CGI and Apache. Please install the module SAPI (see http://www.php.net/manual/en/install.apache.php for the instructions) or use the CLI

[PHP-WIN] PHP Script for Mysql

2003-07-31 Thread The.Rock
Don't know if this is possible but Is it possible to create a PHP script to create a user in MySQL database and then grant that user specific access to the DB? I'm trying to create an installer for a php program and building it so that dummies can install it if need be. I know that PHPMyAdmin

[PHP-WIN] downloading using php via commandline

2003-07-31 Thread John Yu
Hi I'm using php on winxp through commandline. Now, Amazon has this feature where the sellers could download reports from it's Automated Inventory Management system... To get into this system, they require you to send a POST request... now, I've sent the request, supposely, the reply is the file,

[PHP-WIN] Apache 2 + php 4.04 memory problem

2003-07-31 Thread Johny Key
Hellow all, I have small problem. I'm using simple download script to download realmedia files. I had it on apache 1.3 + php 4.01 module without any problems. But then I updated to Apache 2 + php 4.04 module and then after download any file memory is still alocated and after few hours server is m

[PHP-WIN] E-Mail Attachments...

2003-07-31 Thread Guru
Hi, Are there any efficient ways fo attaching files to e-mails and sending them using mail() function... please help me... -- with Warm Regards, Guru. --- Yahoo IM: guru4vedi MSN: [EMAIL PROTECTED] --- -- PHP Windows Mai

[PHP-WIN] Re: Sessions...

2003-07-31 Thread Marcus Haase
Try upgrading to php 4.3.0 or higher, i have been experiencing the same problems as you did untill I switched to 4.3.1 Good luck. Marcus Brian McGarvie wrote: I use a session for a syste to varify login... However sometimes the session seems to timeout (as I'd expect) however it seems random,

[PHP-WIN] Re: Apache or IIS

2003-07-31 Thread Sek-Mun Wong
We use both in production. I'm biased, but we prefer Apache, even though I've had more issues with it. (On win32) Prior to Apache 1.3.27, had a few issues with the apache service dying every few days and not restarting (win2k event viewer didn't even know it stopped) on a Compaq DL370 (ah there's

[PHP-WIN] Apache or IIS

2003-07-31 Thread William Harrison
Hi, We are planning to use PHP on windows 2000 but which is the better web server to use under this these circumstances IIS or Apache? Thanks Will -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Failure remote includes

2003-07-31 Thread skate
> http://somedomain.com/'); ?> > give error Failed opening 'http://somedomain.com/' for inclusion you tried ... http://somedomain.com/index.html'); ?> would it not be more beneficial to open the files (fopen, fread)? this way you can parse the page if needed, and add your own headers / foote

Re: [PHP-WIN] What do the programs running in winxp do?

2003-07-31 Thread skate
> HI folks, when you press ctrl-alt-del to get a list of running processes in > winxp is there a written description anywhere that describes what each of > these programs is doing? > this really isn't a PHP question at all... check the microsoft knowledge base on their website, should be a com

[PHP-WIN] Failure remote includes

2003-07-31 Thread m.r.
PHP 4.3.2, Apache 2.0.47, Windows XP Pro PHP includes of remote files like http://somedomain.com/'); ?> give error Failed opening 'http://somedomain.com/' for inclusion includes of local files like no problem. The problem with inclusion of remote files was supposedly solved with PHP 4.3.0, bu

php-windows Digest 31 Jul 2003 11:36:24 -0000 Issue 1846

2003-07-31 Thread php-windows-digest-help
php-windows Digest 31 Jul 2003 11:36:24 - Issue 1846 Topics (messages 20941 through 20945): Re: Session not working 20941 by: Sek-Mun Wong Re: my script on php 4.3.2 kills apache 2.x 20942 by: Sek-Mun Wong Re: Windows 2K (workstation) 20943 by: Sek-Mun Wong exporti

[PHP-WIN] What do the programs running in winxp do?

2003-07-31 Thread Acorn Tutors
HI folks, when you press ctrl-alt-del to get a list of running processes in winxp is there a written description anywhere that describes what each of these programs is doing? TIA Doug -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php