Mobile Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsMobile ProgrammingMobile Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 28th, 2000, 12:59 PM
ihatepcs ihatepcs is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2000
Posts: 3 ihatepcs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Just wondering if anyone knows how to get the 2 input fields name and phone from the form to my PHP script.. i've tried the following to no avail..

cheers,

Ryan

<Code Snippet/>

<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org//DTD//wml_1.1.xml">
<wml>
<!--Nokia Parser Info: Phone = Nokia 7110; Height = 90; Width = 130; CurrentDeckSize = 38; MaxDeckSize = 1600; CardsOnEachLine = 5; CardsVerticalGap = 30-->
<card id="card1" ordered="true" newcontext="false">
<p align="left">
<b>Add Record</b></p>
<p align="left">
Name:
<input title="name" name="name"/>
Phone:
<input title="phone" name="phone"/>
<br/>
<anchor>Submit
<do type="accept" label="Query">
<go href="http://www.dreamjobs.org.uk/test/wap/add.php" method="post">
<postfield name="name" value="$(name)"/>
<postfield name="phone" value="$(phone)"/>
</go>
</do>
</anchor>
</p>

</card>
</wml>
Comments on this post
Gran Roguismo agrees!

Reply With Quote
  #2  
Old November 28th, 2000, 05:14 PM
MythosGR MythosGR is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 12 MythosGR User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Well I think the problem is in your PHP script which you don't show it, add.php
Did you grab there the two variables?
Comments on this post
Gran Roguismo agrees!

Reply With Quote
  #3  
Old November 29th, 2000, 06:05 AM
starvinmarvin starvinmarvin is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2000
Posts: 15 starvinmarvin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Nah, I've tested it by passing the variable from a html page. It added the data to a db no problem. Obviously being formatted for wap it didnt display in the browser but my db showed the record added. I cannot seem to get wml to pass a variable from one place to another.
Comments on this post
Gran Roguismo agrees!

Reply With Quote
  #4  
Old November 30th, 2000, 03:34 PM
MythosGR MythosGR is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 12 MythosGR User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
It's very very very very easy. The two input fields name and phone are passed, the only thing you have to do is grab them. You grab them with the HTTP_POST_VARS["name"] and HTTP_POST_VARS["phone"], assigning them to variables. The end.

Reply With Quote
  #5  
Old November 30th, 2000, 04:35 PM
ihatepcs ihatepcs is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2000
Posts: 3 ihatepcs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks guys.. foud out what the problem was in the end.. crappy emulator on wap.com can't handle forms.. seems to chew out wap.yahoo.co.uk the same as it did to mine..

Bastards! Anyway cheers guys.. time to put databases on WAP sites URL

Ryan

Reply With Quote
Reply

Viewing: Dev Shed ForumsMobile ProgrammingMobile Programming > How do I get data from a form to a PHP script?

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap