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 <?php some php code . . . echo " <form method = post action = 'get.php3#update'>"; . . . . ?> <a name = "update">this is where we want to come </a> can somebody help? B.Venkateshwar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

