Sony Ericsson / Sony : GPRS, WAP, MMS and Email setup : Need some help using cards & variables with php & wml...
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
GPRS, WAP, MMS and Email setup
> Need some help using cards & variables with php & wml...
Bookmark topic
Ok, I keep trying to make this forum script that I've been working on a single file...but transfering a variable using the standard hyperlink to a card doesn't seem to work right!
Anyone know a method that would work...
this doen't:
<a href="#card?variable=value">Link</a>
whent his executes, it thinks that "#card?variable=value" is the name of the card and it says page not found...it doesn't seem to treat the "variable=value" as a variable definition!
Anyone got an answer to this...I know how to do this using those option buttons, but I can't do it with hyperlinks?
--------------Edit--------------
NM, I got it!!!
It goes this way:
<a href="page.php?variable=value#card">Link</a>
[ This Message was edited by: Sentertainment on 2004-02-21 17:23 ]
--
Posted: 2004-02-21 18:12:22
Edit :
Quote
well u solved that 1 quick
--
Posted: 2004-03-01 00:37:21
Edit :
Quote
New Topic
Reply