|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need help with WML n php
i am new to wml coding... can some one plz verify the following code for me...
i want the user to input the following fields... and when he submits the forum... i want the add.php to get the various data thru POST method to be added to the database... Code:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="Sign Guest Book">
<p>Name:
<input type="text" emptyok="true" maxlength="25" name="gb_name" value="">
<br />
Place:
<input type="text" emptyok="true" maxlength="30" name="gb_place" value="">
<br />
Phone No:
<input type="text" maxlength="50" name="gb_phone" value="">
<br />
E-Mail:
<input type="text" maxlength="50" name="gb_email" value="">
<br />
Message:
<input type="text" emptyok="true" maxlength="500" name="gb_mess" value="">
<br />
</p>
<anchor>
<go method="post" href="add.php">
<postfield name="gb_name" value="$(gb_name)"/>
<postfield name="gb_place" value="$(gb_place)"/>
<postfield name="gb_phone" value="$(gb_phone)"/>
<postfield name="gb_mess" value="$(gb_mess)"/>
</go>
Submit
</anchor>
</card>
</wml>
am getting the following error...from wapsilon emulator... http://www.wapsilon.com/sourceview.cgi?http://www.gnuer.com/hmv/wap/entry.wml Code:
Parser failed. Invalid XML syntax. "Mismatched tag" Line 22 Column 2 Byte 579 This error occurs when a tag is opened, but another tag is closed first (like <a><b></a></b>).
__________________
![]()
Last edited by hmvrulz : February 14th, 2007 at 01:39 AM. |
|
#2
|
|||
|
|||
|
can some one help me plz...
|
|
#3
|
||||
|
||||
|
Show your output WML during processing.
It just means that your tags are incorrect - exactly what the error message states. Your input tags should be closed - for example: Code:
# <input type="text" emptyok="true" maxlength="25" name="gb_name" value="" />
__________________
Cheers, Jamie # mdb4u | mobile movie database] | Please help to test and promote # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. ![]() __________________ |
|
#4
|
|||
|
|||
|
Quote:
kool... i over saw tht..... thanx mate.. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Mobile Programming > Need help with WML ...n POST method |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|