문제

I'm now playing with WML and WMLScript, but I'm doing a site that will have some content to download(some txt, doc, bmp, mpg, avi and jpg files), but some of my friends(that never developed in this language, just used the technology on the beginning) said that it's impossible. Then here are my questions:

  • It's possible?
  • How to do it?

Remember that I'm using PHP combined with WML.

도움이 되었습니까?

해결책

If WML supports links to non-WML files and the typical WML browser can save files (remember that WML is mainly used on ancient mobile phones!) it should work. It's not really PHP-related - for the client it doesn't matter if the data is generated by a php script or a static file.

Update: You can simple use link-title just like you would do in HTML.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top