mughal2992 / bites-android

Automatically exported from code.google.com/p/bites-android
GNU General Public License v3.0
0 stars 0 forks source link

Upload/Share Recipe #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A new menu option "Share Recipe" will upload the recipe to a public 
database.

*PHP MySQL host
*use url encoding (UTF-8?) and ?recipe= to create a php variable 
containing recipe string
*Set the value of a form to the recipe variable then post

Original issue reported on code.google.com by benny.ca...@gmail.com on 27 Jul 2009 at 9:31

GoogleCodeExporter commented 9 years ago
php: 
* use a file upload form to store xml file on the server
* store/generate QR code images pointing at the recipe xml file and display 
alongside recipe in html table

Original comment by benny.ca...@gmail.com on 10 Aug 2009 at 12:57