Re: [PHP] after suubmitting, working with data on same page

2004-07-09 Thread Marek Kilimajer
your entry. How do I get my value(s) I entered in to work with? Thanks -- From: Marek Kilimajer Sent: Friday, July 9, 2004 1:41 PM To: Hull, Douglas D Cc: Note To Php general List (E-mail) Subject: Re: [PHP] after suubmitting, working with data on same page if ($_POST[&

RE: [PHP] after suubmitting, working with data on same page

2004-07-09 Thread Hull, Douglas D
day, July 9, 2004 1:41 PM > To: Hull, Douglas D > Cc: Note To Php general List (E-mail) > Subject: Re: [PHP] after suubmitting, working with data on same page > > if ($_POST['calcentry'] == "Calc Your Entry") { > > Hull, Douglas D wrote: > >

Re: [PHP] after suubmitting, working with data on same page

2004-07-09 Thread Marek Kilimajer
if ($_POST['calcentry'] == "Calc Your Entry") { Hull, Douglas D wrote: Just to make it simple this is my whole page for now, when putting words in the textarea "zwords" and hitting "calc your entry" it never goes into my if statement: if ($_POST['$calcentry'] == "Calc Your Entry") { echo 'xxx'