phpbar.de logo

Mailinglisten-Archive

[php] R: [php] PHP und WML / WAP

[php] R: [php] PHP und WML / WAP

TICINONLINE info_(at)_ticinonline.to
Sat, 1 Apr 2000 12:31:55 +0200


Ich habe es etwa so gemacht......in
http://www.ticinonline.to/wap/

infach in .htaccess directory index index.php3

<?php

if (ereg("MSIE ([0-9]+)",$HTTP_USER_AGENT,$version)):

$ver=(int)$version[1];

if ($ver>=4): $IE4=true;

elseif($ver==3):

$IE3=true;

endif;

elseif (ereg("Mozilla/([0-9]+)",$HTTP_USER_AGENT,$version)):
$ver=(int)$version[1];

if ($ver>=4): $NS4=true;

elseif($ver==3): $NS3=true;

endif;

endif; echo"";

if ($IE4 == "1" )

{
Header("Location: no_wap.php3");
   exit;
}
if ($NS4 == "1") {
Header("Location: no_wap.php3");
   exit;
}

 else {
 header("content-type: text/vnd.wap.wml");
 echo"<wml>

<head>
<meta name=\"description\" content=\"WAP  Search Ticinonline TONGA -
Send-email direct to WEB User Wireless Application Protocol\"/>
<meta name=\"keywords\" content=\"Ticino ricerca tourismus wap search
Wireless Application Protocol\"/>
<meta name=\"generator\" content=\"PHP\"/>
</head>

<card id=\"Ti Search WAP Portal - Send E-Mail(From Ticino)\" title=\"Ti
Search WAP Portal - Send E-Mail to your friends\">


<p align=\"center\"><big><b>Ti Search</b></big><br/>
<p align=\"center\">WAP Page Search<br/>
<p align=\"center\">over 1000 E-Mail adress<br/>
<p align=\"center\">to send direct Message<br/>
<br/>

<p align=\"center\">NOTA:<br/>
<p align=\"center\">Tutti i privati o Ditte<br/>
<p align=\"center\">i quali sono inseriti nel database<br/>
<p align=\"center\"><a href=\"http://www.ticinonline.to/wap/place.php3\">di
TiMail:</a><br/>
<p align=\"center\">www.ticinonline.to/search/e-mail/<br/>
<p align=\"center\">Saranno raggiungibili<br/>
<p align=\"center\">da ogni Cellulare dal:<br/>
<p align=\"center\">Wireless Application Protocol<br/>
<br/>


<br/>
<br/><a href=\"http://www.ticinonline.to/wap/place.php3\">List Place
(Paese)</a><br/><br/>
<p align=\"center\">Copyright &#169; 2000, Ti Search <br/>
<p align=\"center\">powered by PPK Online webprogramm<br/>
<p align=\"center\">Gordevio 091 753 20 66<br/>
<p align=\"center\">info_(at)_ticinonline.to<br/>
<br/></p>
</card>
</wml>
";
}
?>





========================================
www.info-ticino.ch
info_(at)_ticinonline.to
PPK ScreenDesign Web-Programm
tel 091 753 20 66
java php3 html asp dhtml CGI Perl
Banche dati Mysql - Webserver Apache UNIX
========================================

-----Messaggio originale-----
Da: php-admin_(at)_infosoc.uni-koeln.de
[mailto:php-admin_(at)_infosoc.uni-koeln.de]Per conto di David Adler
Inviato: venerdì 31 marzo 2000 11.50
A: php_(at)_solix.wiso.Uni-Koeln.DE
Oggetto: [php] PHP und WML / WAP


Hallo Liste,

ich möchte ein dynamisches Newsportal erstellen. Die Standard-Version steht
derzeit schon absolut perfekt, nur würde ich gerne eine zusätzliche
Headline-Version für WAP-Handys erstellen. Gibt es ein Modul für PHP oder
eine sonstige Möglichkeit, WML, PHP und MySQL bzw. PostgreSQL zusammen zu
verwenden (nur ausgeben, kein eingeben in die db )?

MfG

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
David Adler
PC Mag - Das Onlinemagazin - http://www.pcmag.de
H-TIC - Ihr Full-Hand Service-Provider http://www.h-tic.de -> Jetzt auch mit
Flatrate
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



--
** Durchgehend geöffnet: http://www.php-center.de **
Die PHP-Liste: mailto:php_(at)_infosoc.uni-koeln.de
http://infosoc.uni-koeln.de/mailman/listinfo/php



php::bar PHP Wiki   -   Listenarchive