|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Hi. What I want to do, is have people enter a code eg: 123 in a form on a wml page, then send it to this php page:
PHP Code:
Can someone help me out with this? And also, as on Vodafone live etc, how are they able to show color images? Have they used simple HTML? Thanks, Carey |
|
#2
|
|||
|
|||
|
Hi there
Hope this helps <wml> <card> <p> <big> Enter Code: </big> <input title="itemcode" name="icode"/> <do type="accept" name="next" label="Get Results"> <go href="result.php" method="post"> <postfield name="itemcode" value="$(icode)"/> </go> </do> </p> </card> </wml> in results.php the variable $itemcode should contain the form value. You must also make sure that you have mimes setup right. Use php to output wml headers. GL! |
|
#3
|
|||
|
|||
|
ok thanks, but I have absolutely no idea when it comes to php, could you give me an example?
|
|
#4
|
|||
|
|||
|
It would make it easier if you explain what your trying to achieve.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > Use form & php to send them to a file... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|