WML and php
From: Steve Carson-Rowland (stevecarsonr_at_yahoo.com)
Date: 12/01/03
- Previous message: Max Nokhrin: "Installing PHP"
- Next in thread: Tim Van Wassenhove: "Re: WML and php"
- Reply: Tim Van Wassenhove: "Re: WML and php"
- Reply: Janwillem Borleffs: "Re: WML and php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Nov 2003 17:53:07 -0800
I've pretty much a beginner but have got my web pages going fine with php
and mysql.
I tried to set up a .wml page so I could access some of the site data via a
mobile - just playing to begin with.
My script is below. It works fine if I have zero php. If I add one line of
php - basically using 'echo' around text that works ok on its own - the text
doesn't appear.
Can anyone help?
Thanks
Steve
Brisbane, Australia
-------------------------------------------
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
"http://www.wapforum.org/DTD/wml13.dtd">
<wml>
<card id="RB" title="Repeat Business" newcontext="true">
<p align="center">
<?php
echo"<big><b>Admin Function</b></big>";
?>
</p>
</card>
</wml>
- Previous message: Max Nokhrin: "Installing PHP"
- Next in thread: Tim Van Wassenhove: "Re: WML and php"
- Reply: Tim Van Wassenhove: "Re: WML and php"
- Reply: Janwillem Borleffs: "Re: WML and php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|