0

Can anybody please introduce me an article or sample code for ionic framework , which has PHP Service code and simple example of listing some information from database from service side into application? I specially need to study the PHP part too so I can see how they manage all the parts. There are many sample ionic application in their website but I need something simple and don't know which one is good and easy for learning and study ( and also contain PHP service code ).

Thanks

Mazdak
  • 771
  • 2
  • 11
  • 24

1 Answers1

1

Please read follwing articles this may help you ,

  1. Posting data from Ionic app to PHP server , Source Code are here.
  2. File Upload & Download With ng-cordova File Transfer Plugin In Ionic Framework , Source Code are here.
  3. Ionic-FB-Login-PHP-MySQL-DB-AdMob
  4. PHP in the Ionic framework
  5. angularjs, ionic, and json decode using php
  6. Angular Post Request to PHP

Hope this will help you !!

Community
  • 1
  • 1
Santosh Shinde
  • 6,045
  • 7
  • 44
  • 68
  • thanks for your answer, the first one talks about sending data to PHP server, whatabout the other way? Sending data from PHP server to Ionic app? Becasue my first step is get data FROM server :) – Mazdak Aug 30 '16 at 14:10
  • Please check the link 4 ,5 and6 – Santosh Shinde Aug 30 '16 at 16:41