| Reply | « Previous Thread | Next Thread » |
|
What happens when you run the code? Do you get blank values or does the phone/emulator reject the deck as invalid?
8 |
|
Hi friends,
I have a problem in the postfield problem...I wrote small part of the code but I think there is a problem... In this code, when I removed the <?= proid ?> and write "abc", there is no problem, but in when I use the php tags then input field's value which is "prodid" (user will enter as you see) can not be passed!!!!! WHAT IS THE PROBLEM FRIENDS...! Product ID :<input title="Product" name="proid"/><br/> DepCode Code :<input title="DepCode" name="pcode"/><br/> <do name="List" type="accept" label="Go" optional="false"> <go href="prods.php" method="post"> <postfield name="proid" value="<?=$proid?>"/> <postfield name="pcode" value="<?=$pcode?>"/> <postfield name="cardid" value="prod"/> </go> </do> |
| datareceived |
| View Public Profile |
| Find all posts by datareceived |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|