Jump to content

PHP and Mobile


gnawz

Recommended Posts

understandably Java and Javascript are two different things, HOWEVER they can both interact with each other.

 

SO basically what i was trying to say, is that since most mobile phones nowadays have JAVA!!!!!

 

you could develop an interface that would access a HTML SERVER (Where all your accessible files would be kept )

 

SO FORTH AND SO ON!!! 

Link to comment
https://forums.phpfreaks.com/topic/151164-php-and-mobile/#findComment-794775
Share on other sites

HOWEVER they can both interact with each other.

 

There's a lot of languages that interact with each other.

 

you could develop an interface that would access a HTML SERVER (Where all your accessible files would be kept )

 

Still not quite sure what you mean by HTML server?  A browser renders your pages into HTML when they are displayed on the page, whether you use Javascript, JSP, ASP, PHP, etc.

Link to comment
https://forums.phpfreaks.com/topic/151164-php-and-mobile/#findComment-795118
Share on other sites

Is is possible to simulate or develop PHP fro mobile devices like phones..

 

why would you do that?

php is a server-sides language, so unless u want your phone to act as a server u dont do php magic on it:P

instead

u could make a php website on a server, and make sure that whatever it outputs(usually html) is supported by the Mobile phones.

this usually comes down to supporting the small screen resolution with special CSS sheet for this type's of user agents.

 

Link to comment
https://forums.phpfreaks.com/topic/151164-php-and-mobile/#findComment-795312
Share on other sites

Okay.

 

This is what I want to do...

 

I want to make a screen with upload/download.

 

Like a form where users can read content on there phone and upload it to my server.

 

And can also download.

You could just use your mobile phone's browser for that.  Then access a page on your server using your browser.

Link to comment
https://forums.phpfreaks.com/topic/151164-php-and-mobile/#findComment-795744
Share on other sites

you need to use wap and php together to do what you want.

 

php and mysql will hold the information

 

and wap will design the web site.

 

http://www.w3schools.com/wap/wap_intro.asp

 

if you need to send sms your need a gateway to do that and buy text per bundle.

 

 

Link to comment
https://forums.phpfreaks.com/topic/151164-php-and-mobile/#findComment-795749
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.