[PHP-WIN] Re: Variable problems

2003-03-10 Thread Reggie P
sense to you? Maybe there are some bugs in 4.3.0. Reggie P "Thomas Smart" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > no, u just need to get the variable $test from the post befor you can call > it, > > if you call $test without letting php know that $te

[PHP-WIN] Re: Variable problems

2003-03-09 Thread Reggie P
page that recieves the variable add this: > > $test = $_POST['test']; > > > > "Reggie P" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I am new to php and I am having problems passing variables from one page > to

[PHP-WIN] Variable problems

2003-03-09 Thread Reggie P
I am new to php and I am having problems passing variables from one page to another. I wrote a simple script as such: name then pass to this page: I get this for the response: Notice: Undefined variable: test in E:\websites\girls\cgi-bin\insert2.php on line 8 Please help!!