Re: [PHP] seeking help on html anchors

2002-04-10 Thread Analysis & Solutions
Yo B: On Thu, Apr 11, 2002 at 11:12:40AM +0530, Venkateshwar B wrote: > > echo " "; That's not valid HTML. This is: echo ''; But, I suspect that's not your problem. I'm guessing that the browser, or even HTML, doesn't support anchors in POST action statements. You could try "get" as the

[PHP] seeking help on html anchors

2002-04-10 Thread Venkateshwar B
Dear sir, I have a problem. I want to transfer form data to an anchor within the same php3 file. But it does'nt seem to work. My code is something like this ... file name is get.php3 "; . . . . ?> this is where we want to come can somebody help? B.Venkateshwar -- PHP Ge