Re: PHP textarea

2003-01-06 Thread Yasuo Yamasaki
Hi Colin Sorry for late, because I went vacation. I received "GET test=2" from "a.php?test=2". In PHP 4.2, I believe that my test script has an error, and your script is correct. I'll wait for updating "phorum" program. Thank you! -- Yasuo Yamasaki <[EMAIL PROTECTED]> At Fri, 20 Dec 2002

Re: PHP textarea

2002-12-20 Thread Yasuo Yamasaki
Hi, Thank you for your reponse. I tried $_POST['body'] and recieve a same result. hmm, I will compile PHP 4.1.2 tomorrow. Thank you anyway. -- Yasuo Yamasaki slime% cat ~/public_html/b.php slime% w3m http://slime/~yamasaki/a.php > [] [GO] (input "aaa" and pr

Re: PHP textarea

2002-12-20 Thread Colin Coles
Hi, If I understand correctly I think you will need to use $_POST['body'] instead of $body. Colin. On Friday 20 December 2002 02:54, Yasuo Yamasaki wrote: > Hi all > > My BBS(phorum-3.3.2c) does not work with RedHat Linux8.0. > RedHat Linux7.3 or Solaris7 are fine. > > I dit the following test.