problem in form action..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sunil.23413
Forum Newbie
Posts: 6
Joined: Fri Jun 20, 2008 1:48 am

problem in form action..

Post by sunil.23413 »

hello freinds,
i have a tpl named freetrial.tpl..In the form action ,i have given the action..<form name="form1" action="index2.php?mode=freetrial1" method="post"> ...but the acton goes to a another file ...index.php....
what can the possible solutions......
filippo.toso
Forum Commoner
Posts: 30
Joined: Thu Aug 07, 2008 7:18 am
Location: Italy
Contact:

Re: problem in form action..

Post by filippo.toso »

The HTML code returned to the browser, which action contains?
Post Reply