|
|
|
<?php
//This program is Done by Vikram I. Ojha,If u can do any thing using this I will be happy
//Mail address is vikramojha@yahoo.com
header("Content-type: text/vnd.wap.wml");
echo "<?xml version=\"1.0\" ?>";
?>
<!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.1//EN"
"http://www.phone.com/dtd/wml11.dtd" >
<wml>
<card id="card" ontimer="#card1">
<timer name="key" value="50"/>
<p>
This Program Tried by Vikram Ojha
</p>
</card>
<card id="card1" title="vikram">
<p>
<anchor title="link">Check This Out
<go href="#card3"/>
</anchor>
</p>
<p>
<u><b>Insert the Fields</b></u>
</p>
<p>
First Name:<input type="text" name="fname"/>
Last Name:<input type="text" name="lname"/>
Age:<select name="age" title="Age">
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
</select>
Profession:<select name="prof" title="Age">
<option value="Comp Engineer">Comp Engineer</option>
<option value="Bawarchi">Bawarchi</option>
<option value="Feriwala">Feriwala</option>
<option value="Shopkeeper">Shopkeeper</option>
</select>
</p>
<do type="accept" label="Next">
<go href="#card2"/>
</do>
</card>
<card id="card2" title="vikram1">
<p>
Hello Your Info</p>
<?php
echo "<p>Name : $(fname) ";
echo "$(lname) </p>";
echo "<p>Age : $(age) </p>";
echo "<p>Profession : $(prof) </p>";
?>
</card>
<card id="card3" title="vikram2">
<p>
<b>Please put your Name,Age and Profession First</b>
</p>
<do type="accept" label="Prev">
<prev/>
</do>
</card>
</wml>
|
|
| WML error handler for the Apache webserver. Categories : PHP, WML, WAP | | | Multi-table database search for your WAP-enabled device. Uses PHP and MySQL. No WMLscript. Categories : WAP, WML, PHP, MySQL | | | wap device's headers on-line on wap phone Categories : WAP, WML, PHP | | | Sample WML Mailer Categories : PHP, WAP, WML, Email | | | Simple phone list search for your WAP device. Uses PHP and MySQL. Also lets you dial out to your entries using wtai://wp/mc if your phone supports it. No WMLscript. Categories : PHP, MySQL, WAP | | | Query2Report : Generating Html, Pdf and Csv Reports from SQL Query Categories : PHP, PHP, HTML, PDF, Excel | | | Retrieve text from table and email to your e-
address in pipe delimited format. Categories : PHP, MySQL | | | Accepts a database & hostname from a user and then HTTP username and password. Uses this to connect to a MySQL database. Produces a form based on the tables it finds there to allow the user to do SELECTs, INSERTs, and DELETEs. Categories : Databases, PHP, MySQL, Complete Programs | | | A PHP function to encrypt and decrypt a number or string or a combination of the two. Categories : PHP, Encryption, Security | | | Using $PHP_AUTH_USER and $PHP_AUTH_PW to authenticate. Categories : Authentication, PHP | | | file class , uploade file , download file already uploaded on another website Categories : PHP, PHP Classes, Filesystem, Web Services | | | Authorize.net AIM Interface Class v1.0.0 Categories : PHP, PHP Classes, Ecommerce, Payment Gateways | | | Cut your MySQL Connections to 1 line of code Categories : PHP, Beginner Guides, Databases, MySQL | | | A simple class with some HTML output functions that would come in handy for consistent page layout etc. Categories : PHP, PHP Classes, HTML and PHP, HTML, Navigation | | | recode -- Recode a string according to a recode request Categories : PHP, PHP Functions, Recode | |
|
|
|