[algogeeks] Need Help with PHP/HTML

2012-07-16 Thread Nandita Raman
Hello, I am working on PHP/HTML/ XML-RPC. I have a website, where one link shows the list of files as checkboxes and a submit button below that. I am stuck at point where when submit button is clicked, it has to go to another .php page and execute whatever is there in that .php file. Form

Re: [algogeeks] Need Help with PHP/HTML

2012-07-16 Thread Vandana Bachani
Hi, You need to correct ur form tag. Try: form name=somename id=someid method=post action=theotherfile.php Thanks, Vandana On Mon, Jul 16, 2012 at 12:42 PM, Nandita Raman nandita.rama...@gmail.comwrote: Hello, I am working on PHP/HTML/ XML-RPC. I have a website, where one link shows the

Re: [algogeeks] Need Help with PHP/HTML

2012-07-16 Thread Piyush
connect ur form with the file you want to get redirected to by: form method=POST action=NAME_OF_FILE.php input type=submit/ /form -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to