RE: [PHP-WIN] setcookie

2001-10-16 Thread Robin Bolton
This seems to be a fairly common question on the mailing list. The reason that this happens is because PHP doesn't read the cookie from the users machine until the next reload. This can be solved with JavaScript. I would highly suggest that you drop cookies and look into sessions: - super easy

Re: [PHP-WIN] setcookie

2001-10-16 Thread Stanley
Hi, thanks for your help! do you have the problem with IE (ver4 above)? i tried and cookie didn't capture by IE, but netscape can.. any advise. thx! actually, i use setcookie in page1.php and will show the value in page2.php... for authentication pls help... thx a lot! Stanley "Robin Bolton"

[PHP-WIN] Re: Array Manipulation?

2001-10-16 Thread _lallous
In your MySql query you can put a condition to exclude the unwated 3 records. example: select * from tablename where not(id in (1,2,3)) "Mark Sweeney" <[EMAIL PROTECTED]> wrote in message 000e01c1568c$af4aa740$96ab869f@a">news:000e01c1568c$af4aa740$96ab869f@a... Hey, Just wondering, I am fetchin

RE: [PHP-WIN] setcookie

2001-10-16 Thread Robin Bolton
The problem is the second parameter has to be in double quotes. setcookie("TestCookie","$value",time()+3600); should fix the problem (tested and worked on mine). > -Original Message- > From: Stanley [mailto:[EMAIL PROTECTED]] > Sent: October 16, 2001 9:36 PM > To: [EMAIL PROTECTED] > Su

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

2001-10-16 Thread php-windows-digest-help
php-windows Digest 17 Oct 2001 03:36:17 - 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

[PHP-WIN] setcookie

2001-10-16 Thread Stanley
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 -- PHP Windows Mail

[PHP-WIN] KISGB v2.1 Released

2001-10-16 Thread Gaylen Fraley
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.gaylenandm

Re: [PHP-WIN] php_mcrypt.dll ?

2001-10-16 Thread Brian Gleason
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" <[EMAI

[PHP-WIN] Re: behaving CGI message

2001-10-16 Thread Aaron Nauman
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 appre

[PHP-WIN] Array Manipulation?

2001-10-16 Thread Mark Sweeney
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

[PHP-WIN] behaving CGI message

2001-10-16 Thread Aaron Nauman
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 machi

[PHP-WIN] FastTemplate Sending headers

2001-10-16 Thread Chris Burwell
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

Re: [PHP-WIN] php_mcrypt.dll ?

2001-10-16 Thread Brian Gleason
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]

[PHP-WIN] Attachment with mail in Windows 2000

2001-10-16 Thread Priya Chanu
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 Yaho

[PHP-WIN] php_mcrypt.dll ?

2001-10-16 Thread Paul - Zenith Tech Inc
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:

[PHP-WIN] disk_total_space

2001-10-16 Thread mattski
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 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

php-windows Digest 16 Oct 2001 12:59:28 -0000 Issue 807

2001-10-16 Thread php-windows-digest-help
php-windows Digest 16 Oct 2001 12:59:28 - Issue 807 Topics (messages 9852 through 9869): Re: Multidimensial Array ! 9852 by: _lallous redundant smtp server in php.ini under [mail function] 9853 by: Nick Allen Re: authorization system 9854 by: Ross Fleming Re:

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-16 Thread Svensson, B.A.T.
Assume the Java code get manipulated, by some reason, at the client side, what happens then? >-Original Message- >From: Corn Vollney-R7019C [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 15, 2001 9:47 PM >To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] >Subject: RE: [PHP-WIN] Inserting symb