php-windows Digest 17 Oct 2001 03:36:17 -0000 Issue 808

Topics (messages 9870 through 9880):

disk_total_space
        9870 by: mattski

php_mcrypt.dll ?
        9871 by: Paul - Zenith Tech Inc
        9873 by: Brian Gleason
        9878 by: Brian Gleason

Attachment with mail in Windows 2000
        9872 by: Priya Chanu

FastTemplate Sending headers
        9874 by: Chris Burwell

behaving CGI message
        9875 by: Aaron Nauman
        9877 by: Aaron Nauman

Array Manipulation?
        9876 by: Mark Sweeney

KISGB v2.1 Released
        9879 by: Gaylen Fraley

setcookie
        9880 by: Stanley

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
I am new to PHP and cannot get the disk_total_space function to work. Am I
missing something???

I am running win2000 IIS5.

Help!

Mattski


--- End Message ---
--- Begin Message ---
Hi,

Does anybody know where I can download the php_mcrypt.dll extension for PHP
4.06??

Many thanks,
Paul


--- End Message ---
--- Begin Message ---
Good Luck!!!!

I have been looking for about 2 weeks and not found anything yet.....

Couple of leads but only to dead ends....

Brian "Squirre1" Gleason
Mid-West Gaming League
http://www.mwgl.org


-----Original Message-----
From: "Paul - Zenith Tech Inc" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue, 16 Oct 2001 15:10:37 +0100
Subject: [PHP-WIN] php_mcrypt.dll ?

> Hi,
> 
> Does anybody know where I can download the php_mcrypt.dll extension for
> PHP
> 4.06??
> 
> Many thanks,
> Paul
> 
> 
> 
> -- 
> 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]
> 
> 


--- End Message ---
--- Begin Message ---
there is nothing to compile. it is already a dll, but if you try and use 
it it says it is not a valid php dll file....

Brian "Squirre1" Gleason
Mid-West Gaming League
http://www.mwgl.org


-----Original Message-----
From: Jonathan David Edwin Wright <[EMAIL PROTECTED]>
To: "Brian Gleason" <[EMAIL PROTECTED]>
Date: Tue, 16 Oct 2001 22:56:48 +0100
Subject: Re: [PHP-WIN] php_mcrypt.dll ?

> Didn't you have any luck with compiling libmcrypt from freshmeat? 
> http://freshmeat.net/projects/libmcrypt/
> 
> 
> Jonathan Wright..
> 
> At 12:50 16/10/2001 -0500, you wrote:
> >Good Luck!!!!
> >
> >I have been looking for about 2 weeks and not found anything yet.....
> >
> >Couple of leads but only to dead ends....
> >
> >Brian "Squirre1" Gleason
> >Mid-West Gaming League
> >http://www.mwgl.org
> >
> >
> >-----Original Message-----
> >From: "Paul - Zenith Tech Inc" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Date: Tue, 16 Oct 2001 15:10:37 +0100
> >Subject: [PHP-WIN] php_mcrypt.dll ?
> >
> > > Hi,
> > >
> > > Does anybody know where I can download the php_mcrypt.dll extension
> for
> > > PHP
> > > 4.06??
> > >
> > > Many thanks,
> > > Paul
> > >
> > >
> > >
> > > --
> > > 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 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]
> 
> /***
>   * Jonathan Wright
>   * [EMAIL PROTECTED]
>   * ICQ 21961373
>   ***/
> 
> 


--- End Message ---
--- Begin Message ---
Hello,

I need a small help, could some one tell me how some
source code for sending attachments in Windows 2000
server. 

I tried a few library, libmail.php3 etc , but the
attachemnts does not work at all.

Thank's in advance,

Priya

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
--- End Message ---
--- Begin Message ---
When i run my user login script i get the following errors:
Warning: Cannot add header information - headers already sent by (output
started at c:\web\fasttemplate\class.FastTemplate.php:333) in
c:\web\re-write\login.php on line 38

Warning: Cannot add header information - headers already sent by (output
started at c:\web\fasttemplate\class.FastTemplate.php:333) in
c:\web\re-write\login.php on line 39

Warning: Cannot add header information - headers already sent by (output
started at c:\web\fasttemplate\class.FastTemplate.php:333) in
c:\web\re-write\login.php on line 42

Lines 38 and 39 set cookies, and line 42 sould send a http redirect. I know
that i cannot send headers once they have already been sent. What i want to
ask is does anyone know where fasttemplate sends the http headers, so i can
paoosibly remove or modify this line in the class so that my script can send
out headers. Thank you for any help


--- End Message ---
--- Begin Message ---

Installed PHP with no problem and did some preliminary testing.  Installed
phpMyAdmin and got that running also.  Tighted down permissions and
somewhere along the way starting getting the CGI misbehaving error message.
Slowly backed things out to the point that Everybody has Full Control on
machine.  Still getting the error message.  Fiddled around for a while and
finally went through entire install procedure again.

php -i works fine, but still get cgi error.

To try to get some feedback, I set up a perl script to exec PHP.  It does
not appear to be a permissions problem, b/c the following commands in the
perl script work fine

print `php -i`;

print `php d:\\inetpub\\cgi-bin\\test.php`;

But accessing the php script directly

http://koz/cgi-bin/test.php

still gives me the cgi error.

I have tried different things in the test.php
  - simple html message
  - <?php phpinfo(); ?>
Same result.

If I remove the App Mapping I get the contents of test.php in the browser
with no problem.

I have tried every suggestion that I could find. I've read the FAQs, been
through the mail archive, including those which say to read the
install.txt, which I've done about 10 times.

I've done the manual install (twice from scratch) on IIS 4.0 on NT SP6a.  No
extensions loaded.

I have no clue what else to try.  Any suggestions would be greatly
appreciated.



--- End Message ---
--- Begin Message ---

Well, I finally moved the file under the document root, instead of having it
in a virtual directory, and now things work.  Only problem is that all my
php scripts must be in a subdirectory of doc root.  Did I miss this
somewhere?  Hopefully I just have something misconfigured.  Any pointers
appreciated.

Aaron




--- End Message ---
--- Begin Message ---
Hey,

Just wondering, I am fetching a load of ids and names from a Mysql database. However, 
I want to exclude 3 of the results from this based on their id numbers. How would I go 
about this? An array_filter? And if so, what would I do? sorry for my isiocy, but I am 
still learning and its pretty urgent for me to find this out.

Thanks

Mark
--- End Message ---
--- Begin Message ---
A German language module has now been added, bringing the languages offered
to 8!  Also, the look has changed and themes are now offered.  A Russian and
Estonian translation are in the works.

--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v2.1 Guestbook http://www.gaylenandmargie.com/publicscripts



--- End Message ---
--- Begin Message ---
Hi,

can anyone tell me what's the correct procedure for setcookie..
i already tried : setcookie ("TestCookie", $value,time()+3600);
but it can't work...

actually, i need to make the authentication page and the page should have
expiry function...

pls help!.. thx!

Stanley


--- End Message ---

Reply via email to