|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
posting vars using <a>
I need to send variables in the server in WML. From my experience so far this has to be done in the form of...
<do type="accept" label="Find Code"> <go href="<?php echo $_SERVER['PHP_SELF']."#roomCode";?>" method="post"> <postfield name="door" value="$room"/> </go> </do> do and go tags. is there anyway just an <a > link can be used to send vars to the server? Because these options buttons, don't show up very nicely on a lot of mob browsers i've been testing with. thanks ![]() |
|
#2
|
||||
|
||||
|
Yes, links like wml.php?mode=login work then in your script you can use if statements or whatever to only echo out the bits you want to show under the conditions you set.
We carry info from page to page like that on some bits of our wap site and handsets just handle them like normal links and addresses, the real hard work is done server side.
__________________
Andy Moore << oh no it's got a blog..... Word Press WAP Plugin with Ad Mob Advertising revenue PHP developer deploying ringtones, mp3 downloads and realtones I'm a geek who's obsessed with stats and gadgets |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > posting vars using <a> |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|