![]() |
Please help! i'm really stuck!! Pleaseee
Hi all,
My issue is .. i try to create a similar page which is same as contact us but has more questions in it. My problem is it can not send. it just looping back.. What i found.. i think this is the key! help/contactus.tpl Code:
{capture name=dialog} well as i rename it to become_a_reseller.tpl and it just not send... Please advice!!!! thanks you in advance. |
Code:
<form action="help.php?section=become_a_reseller&mode=update&action=contactus" method=post name=registerform> did you update the php file too |
Thanks shan
Shan,
Thanks for dropping by. here is the php code: Code:
i actually got this code for help/become_a_reseller.tpl: Code:
<form action="help.php?section=become_a_reseller&mode=update&action=become" method=post name=registerform> and i can't see why it's not working if i do exactly the same? |
Hi..
Please... anyone?
|
hi x-online,
Code:
<form action="help.php?section=become_a_reseller&mode=update&action=contactus" method=post name=registerform> Code:
if ($REQUEST_METHOD=="POST" and $action=="become") { There is a contradiction in the $action. H.I.H. |
Thanks Gijs,
My site won't be live for another month also and i am afraid of forgeting putting your content on it. with the questions i got.. i actually got this one tho.. Code:
<form action="help.php?section=become_a_reseller&mode=update&action=become" method=post name=registerform> but it still not working. :( |
Looks like you're not specifying $action to be a GET variable
Add this to the top of your php file: Code:
$action = $_GET['action']; Otherwise it's being treated as a POST variable :) |
thanks
Thank you,
i will give this a go now ^_^ will come back and post the result. Really appreciated for dropping by. poy |
Did the test
Hi,
I did the test but no success. It kinda weird.. logicly.. it should work like snap! but it's not. Thanks you for everyone who putting they effort to answer my queston tho! thanks. :cry: |
Re: Did the test
Quote:
Try $HTTP_GET_VARS instead of $_GET ? |
All times are GMT -8. The time now is 04:19 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.