|
-
July 31st, 2012, 11:27 AM
#1
what language to choose for web based application?
Hi.
I have experience with C,C++,Java,PHP,ASP. But Now I would like to create a site based on google maps api where user will create route on the map, and then store it at server memory by coordinates. I know that google maps use java script, but I want to know how or by what language I can take coordinates and store it on server memory and then make some calculation with it?
Thanks a lot.
-
July 31st, 2012, 11:48 AM
#2
Re: what language to choose for web based application?
Since you already know PHP, methinks that it may be a good fit, in conjunction with a database.
-
July 31st, 2012, 11:56 AM
#3
Re: what language to choose for web based application?
ok. but if I need to create a huge matrix 10000x10000 of int. how can I do it in PHP? maybe other languagee?
-
July 31st, 2012, 12:11 PM
#4
Re: what language to choose for web based application?
 Originally Posted by garik111
if I need to create a huge matrix 10000x10000 of int. how can I do it in PHP?
Create an array of arrays, which would work if you have enough memory. Of course, if you're actually dealing with a sparse matrix, then you don't need to do that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|