[PHP] Cookie Name=Value Pairs

2001-12-17 Thread Zach Curtis
What is the syntax to set multiple name=value pairs in a cookie? Thanks. Zach Curtis POPULUS -- PHP General 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

[PHP] Reg Exp Help

2002-01-25 Thread Zach Curtis
by a four character $int_id d22ad bbaw Here is the regular expression I am trying to use that does not find the match and produces Warning: REG_BADRPT. (eregi(^\$password+[[:space:]]*+\$int_id, $file_array[$i])) Any corrections? Thanks in advance. Zach Curtis POPULUS -- PHP General

RE: [PHP] Reg Exp Help

2002-01-25 Thread Zach Curtis
, it's variable. Zach -Original Message- From: Edward van Bilderbeek - Bean IT [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 9:58 AM To: Zach Curtis Subject: Re: [PHP] Reg Exp Help how can I see that it isn't a 6 char $password with a 3 char $int_id ?? This one has a 8

RE: [PHP] Reg Exp Help

2002-01-25 Thread Zach Curtis
Curtis Subject: Re: [PHP] Reg Exp Help but if the positions as fixed, why don't you use the substr, and then trim th result? Edward - Original Message - From: Zach Curtis [EMAIL PROTECTED] To: Edward van Bilderbeek - Bean IT [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 25

RE: [PHP] Reg Exp Help

2002-01-25 Thread Zach Curtis
Curtis Subject: Re: [PHP] Reg Exp Help but if the positions as fixed, why don't you use the substr, and then trim th result? Edward - Original Message - From: Zach Curtis [EMAIL PROTECTED] To: Edward van Bilderbeek - Bean IT [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January

RE: [PHP] Reg Exp Help

2002-01-25 Thread Zach Curtis
or less overhead than a single regular expression? Thank you. Zach -Original Message- From: Edward van Bilderbeek - Bean IT [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 11:36 AM To: Zach Curtis Subject: Re: [PHP] Reg Exp Help You said: The password and int_id begin

[PHP] Array() Limit

2002-01-29 Thread Zach Curtis
Is there a limit to the number of key=value pairs that can be stored in an array? Or is this more a function of RAM limits? Thanks. Zach Curtis POPULUS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Executing a time intensive script

2002-04-18 Thread Zach Curtis
that delay? Another thought I had was to get the function.php script that contains the function to execute on its own based on time (e.g., run every hour on the hour). Is there a way to do that? Thank you. _ Zach Curtis Programmer Analyst POPULUS www.populus.com

[PHP] GD 1.8.4

2002-08-27 Thread Zach Curtis
I have spent most of the day trying to get gd 1.8.4, freetype2, libpng, zlib, and jpeg-6b to work with PHP 4.0.6 running on Solaris 7. I am not to yet to point of configuring this with PHP. I can't get 'make' to run on gd 1.8.4: gdft.c:36: freetype/freetype.h: No such file or directory

RE: [PHP] GD 1.8.4

2002-08-27 Thread Zach Curtis
OK. I ran 'make install' for GD 2.0.1 and that seemed to go smoothly. Thanks. Zach -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 2:42 PM To: Zach Curtis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] GD 1.8.4 GD1 uses Freetype 1 and you

[PHP] Reconfigure PHP

2002-08-28 Thread Zach Curtis
/gd-2.0.1 I didn't specify any special installation instructions for these programs/libraries. How can I determine what directories to point the 'with' statements to? Thanks much. Zach Curtis POPULUS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Configure 'with' PHP

2002-08-28 Thread Zach Curtis
for libgd.so which is located in /usr/lib. What am doing wrong? Am I pointing to the correct gd location and/or freetype location? Regards, Zach Curtis POPULUS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php