|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
||||
|
||||
|
Hi
I'm trying to use php on my wapsite, what I'm trying to do is have more then one varriable in urls. e.g. <a href="index.php?some=9&more=11">Click Here</a> The problem is the & sign, as a mobile doesn't accept it. What else can I do? Thanks for reading |
|
#2
|
||||
|
||||
|
use "& # 3 8 ;" (without the spaces as devshed formats it as a &) instead of & and it will work, it's due to the way the wml is rendered, it has it's own little niggly things like that.......
__________________
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 |
|
#3
|
|||
|
|||
|
Will & not work either & a m p ; ??
Also for content that may contain & use htmlspecialchars($row['content']); Ian
__________________
_________________________ Triangle Solutions Ltd http://www.triangle-solutions.com/ |
|
#4
|
|||
|
|||
|
Quote:
Well, works in a friends site...no idea... |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > Wap Php Problem - & |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|