CVS: phpweather-1.x wap.php,1.1.1.1,1.2
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-04-19 18:15:52
|
Update of /cvsroot/phpweather/phpweather-1.x In directory usw-pr-cvs1:/tmp/cvs-serv6448 Modified Files: wap.php Log Message: This URL should be much better... I haven't really tested it, but it should work. Index: wap.php =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/wap.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- wap.php 7 Mar 2002 09:49:11 -0000 1.1.1.1 +++ wap.php 19 Apr 2002 18:15:49 -0000 1.2 @@ -8,7 +8,7 @@ ?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> - <card id="weather" title="www.gimpster.com"> + <card id="weather" title="phpweather.net"> <? $cities = array( 'EKYT' => 'Aalborg', @@ -41,7 +41,7 @@ while (list($icao, $location) = each($cities)) { echo ' <anchor>' . $location . ' - <go href="http://www.gimpster.com/php/phpweather/wap.php" method="post"> + <go href="http://' . $HTTP_HOST . $PHP_SELF . '" method="post"> <postfield name="city" value="' . $icao . '"/> </go> </anchor> |