How can I not write the file to the GAE server, is there a way by which I can directly run the PHP code in memory without using the php file. BTW, I used Quercus to run PHP in GAE.You can refer to the link: http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/Thank you so much.
You can use eval () from PHP to execute a line of PHP code without saving it to a file.
For instance:
eval('echo hi;'); // this echoes "hi"
You can upload a file, you just cannot create it with code
, PHP, Quercus, , Python/PHP/Java, ,
, PHP ...
Source: https://habr.com/ru/post/1796741/More articles:Salad BDD: How to Transfer Scripts? - pythonWhat is the stable version of Rubygems for rails 2.3.11? - ruby | fooobar.comWindows text editor with dynamic built-in spell checker - editorjQuery, button message does not change - javascriptEnable 32-bit application pool mode on a 64-bit server - asp.netIn jquery sortable UI, what can we get from event function parameters like ui and event? - jqueryiPhone set some time delay - iphoneDelete zip file after unpacking in java - javaHow to convert a fish_eye image to a flat rectangular image? - matlabDx no classfiles Converted to Dalvik format with error 1 - androidAll Articles