[PHP] Variable name assembly

2002-04-19 Thread Jason Lam
How do I assemble strings to become a variable? These code do not work... $abc = 10; echo $('ab'.'c');

[PHP] Array Question

2002-04-18 Thread Jason Lam
$arr2 is a 2d array. $arr1[0] = 1; $arr1[1] = 10; $arr2[0] = $arr1; print $arr2[0][1]; Result will be 10 But, $arr1[0] = 1; $arr1[1] = 10; $arr2[0] = $arr1; $arr3 = each($arr2); print $arr3[1]; Result is not 10. So, function "each" is not taking the whole $arr2[0] out.. My question is wh

[PHP] Mac IE 5.0 upload problem

2001-05-18 Thread Jason Lam
s file. Any help is appreciated. Jason Lam -- 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 PROTECTED]

[PHP] Macbinary? How to deal with it?

2001-05-14 Thread Jason Lam
f the uploaded file. Can anyone provide some hints as to how to properly handle these mac files? Jason Lam -- 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: [

[PHP] Any plans on fixing performance of file Upload?

2001-05-02 Thread Jason Lam
I am wondering if there are any plans to fix the file upload performance problem. Try uploading a 200M file by post to a PHP script, you'll notice how slow it is. Even having enough RAM doesn't seems to help very much. Jason Lam

[PHP] Question on installation

2001-04-23 Thread Jason Lam
mmended way? Or should I just re-compile everything? That will really defeat the purpose of a packaging system Jason Lam

[PHP] Output graphic or other download file to client's browser

2001-04-20 Thread Jason Lam
local image (jpg) files over to client? I know how to stream it the normal way, just don't know how I can stream it to some and not others. Anyone have suggestions on this one? Jason Lam

[PHP] Session Problem (Design problem!?)

2001-03-28 Thread Jason Lam
I got this strange problem, maybe a design flaw, please look at it and tell me what's wrong. 3 files in total 1.php3 -- -- 2.php3 -- GO"; ?> --- 3.php3 ---