Can I connect my .asp pages to phpmyadmin

  • 1
  • Question
  • Updated 8 years ago
Hello, please, I just want to know if it possible to connect .asp pages to phpmyadmin database. I designed a web application using dreamweaver. This application has form pages i created using .php, after completing the design, I used phonegap to convert it to an application compatible with blackberry phones. Each time I try to submit the form after filling it, it gives me an error "The returned page had no content type, and therefore cannot be processed."
I later found out that phonegap cannot work with .php pages.
I want to know if phonegap works with .asp pages to create my form pages.
I really need help anyone please.
Thanks

Funsho Davies
Photo of Funsho Davies

Funsho Davies

  • 4 Posts
  • 0 Reply Likes

Posted 8 years ago

  • 1
Photo of Steve Gill

Steve Gill, Employee

  • 43 Posts
  • 1 Reply Like
Your phonegap app can only contain html/css/javascript. You can have a webserver backend to your application written in whatever language you feel comfortable. You can then do xhr/ajax requests to your server and have the server send information back to your application (JSON format preferably).

Cheers,
-Steve
Photo of Funsho Davies

Funsho Davies

  • 4 Posts
  • 0 Reply Likes
Thanks a bunch.