[google-appengine] Out dated PHP/MySQL with Google Maps

2012-05-09 Thread ni...@neb.rr.com
I think the phpsqlajax_genxml.php script at 
https://developers.google.com/maps/articles/phpsqlajax is for php4

There's a php5 version at 
http://stackoverflow.com/questions/2467448/using-php-mysql-with-google-maps

but I can't get that to work either.

Can you help?

The php5 version produces these errors:

*Warning*: domdocument::domdocument() expects parameter 2 to be long, 
string given in *E:\wamp\www\phpsqlajax_genxml.php* on line *6*

*Fatal error*: Call to undefined method domdocument::createElement() in *
E:\wamp\www\phpsqlajax_genxml.php* on line *7*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/fMepoAP-JGwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] newbie question: hosting native c++ utilities in google infrastructure

2009-07-27 Thread ni

Hi team,
i am evaluating google appengine for creating an application and was
wondering if there is a way to host a 3rd party open source C++
application / library in google appengine infrastructure. This
application / library may be invoked thru' jni call to perform data
processing and provide results that may be consumed by the datastore.
If this kind of application can not be hosted by google
infrastructure, what are the alternatives.

This is an important information for us to make a decision. Please
provide your expert advice. I searched all of google appengine forum
and could not find a solution. Any pointers in the right direction is
greatly appreciated.

Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Does anyone know how to implement a file upload progress bar

2009-03-25 Thread ni

Neves,

Thanks, I will give this a try.

On Mar 25, 7:42 am, Neves marcos.ne...@gmail.com wrote:
 Since GAE returns the server response only when its complete,
 the only way to do file upload progress is using Flash, like 
 inhttp://swfupload.org/

 On 25 mar, 02:05, ni newt...@gmail.com wrote:

  I am trying to add a file update functionality to my application and
  it works fine.  However, when loading large files there is no way to
  tell the user about the progress of the file upload process. I have
  seen some postings elsewhere about how to do this using PHP and AJAX,
  but nothing that would seem to work with GAE.  Anyone know how to do
  this in GAE and some sample code?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Does anyone know how to implement a file upload progress bar

2009-03-24 Thread ni

I am trying to add a file update functionality to my application and
it works fine.  However, when loading large files there is no way to
tell the user about the progress of the file upload process. I have
seen some postings elsewhere about how to do this using PHP and AJAX,
but nothing that would seem to work with GAE.  Anyone know how to do
this in GAE and some sample code?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---