>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
General
> wap forum
Bookmark topic
@Chrisgray - how do i code a page so it loads say a picture then loads another-like a slide show ?
This message was posted from a T68i
--
Posted: 2003-01-31 17:53:00
Edit :
Quote
Ok, but cant view xhtml on my phone! Ill have a look on my pc later... Btw, if anyone is interested, the script is to convert xmb forum to wap...
This message was posted from a T65
--
Posted: 2003-01-31 17:54:00
Edit :
Quote
@orangeman: ill do one tonight mate... Is .php ok? Or do u want it in .wml? Either is easy, although with php, u can use just one page...
This message was posted from a T65
--
Posted: 2003-01-31 18:29:00
Edit :
Quote
@Orangeman try this <card ontimer=\"something.php\" id=\"one\" title=\"wait...\">
<timer value=\"10\"/> :)
This message was posted from a WAP device
--
Posted: 2003-01-31 19:40:00
Edit :
Quote
Well, there goes the .wml idea! Lol! I hope i can get this forum script sorted...
This message was posted from a T65
--
Posted: 2003-01-31 23:40:00
Edit :
Quote
Can i use img src tags to link 2 colour pics in wml? If not php wil have to do-il have to look up on php
This message was posted from a T68i
--
Posted: 2003-02-01 09:48:00
Edit :
Quote
@orangeman: not sure mate, try it! To do it with .php, u need to refresh the page and increase a counter and send it with the get command, then use the case and echo functions to post the images...
This message was posted from a T65
--
Posted: 2003-02-01 09:54:00
Edit :
Quote
Cheers-that went straight over my head;-) - id better investigate this php
This message was posted from a T68i
--
Posted: 2003-02-01 11:08:00
Edit :
Quote
If u want i can do one?
This message was posted from a T65
--
Posted: 2003-02-01 16:56:00
Edit :
Quote
This is counter in php
$licznik_file = "licznik.txt";
$fp = fopen($licznik_file, "r+");
$count = fgets($fp, 10);
$count += 1;
fseek($fp, 0);
fwrite($fp, $count, 10);
fclose($fp);
echo ("$count");
?>
Cheers
--
Posted: 2003-02-02 21:50:00
Edit :
Quote
New Topic
Reply