Posts by Perry the platypus • 104 points
4 posts
-
0
votes2
answers669
viewsA: How do I let a php application run on the client’s pc even if the server connection goes down?
If you want to make your webapp available even if the server is off or the client without internet, you should use local Storage of HTML5. And of course, remember to only use the Storage location to…
-
-1
votes3
answers556
viewsA: Pass multiple variables in Ajax function
Don’t give the fish, teach them to fish First you’ll need to add the 20 inputs to your html, giving a different id to each of them 2.Add query selectors to each input in your javascript In your php…
-
4
votes0
answers190
viewsQ: Error : The manifest file does not exist
I’m having this error when I compile my crosswalk app with the command: >>> python make_apk.py After this command step also the values as --package, --manifest. However, the manifest…
-
4
votes1
answer1574
viewsQ: How to make a query with Node.js and Mysql
Hello, I’m starting with Node.js and MySQL, and I have some problems at the moment. Well, I have a table called users, and I need to request data for verification, for example: My site has a…