I have two textfields lets say in one I have cow in the other I have bell. Can I have that go to a third field thats Cowbell?
I have two textfields lets say in one I have cow in the other I have bell. Can I have that go to a third field thats Cowbell?
What exactly do you mean? You can join together the values of two seperate text inputs once the form has been submitted by doing something like:
Code:<input type="text" name="whatever"> <input type="text" name="hmmha">I think that's what you mean? I'm not 100% sure though. You can join any two or more variables in PHP by placing a period between them, like I just showed.Code:... $value1 = $_POST['whatever']; $value2 = $_POST['hmmha']; $joinedval = $value1.$value2; ...
is it a riddel :pinch:I have two textfields lets say in one I have cow in the other I have bell. Can I have that go to a third field thats Cowbell?
my customised games module for phpnuke
http://dragongamer.net/modules.php?name=arcade