[PHP] Variable Problems with 'multipart/form-data'

2002-06-18 Thread SeoZ
Hello I'm Korean PHPer. I found a Strange problem with 'multipart/form-data'. I made this script: -- test.php -- -- It works good. but when I modify it a little bit, problem occurs. -- test.php (modified) -- -- I just inserted ' enctype="multip

[PHP] [ Variable Problems ]

2002-04-15 Thread [ rswfire ]
I have created a website that works somewhat uniquely. Every page is created using the root index.php file. I have an .htaccess document that redirects all 404 errors to this index.php file. So if someone access www.mydomain.com/mypage.html the index.php file is called and knows what to d

[PHP] Variable problems and strings PHP3

2001-03-15 Thread rm
I have problem maybe someone has a solutionsomething like variables within variables. I have a very long string composed of a number of variables. for examples $a= "do" $b= "do" $sting= $a." find the info then $b this and that then".$a." the report"; The problem is the value of $a may chang