Skip to main content
Participating Frequently
March 13, 2008
Question

Creating a Database connection

  • March 13, 2008
  • 2 replies
  • 277 views
Hello everyone,

I must program a mobile application for school. It must work on a Nokia N70 mobile phone so I'm working with Flash Lite 1.1.

Anyway, I have a database in PHPMyAdmin.

How can i read data from that database with flash lite?

I've searched with Google but dind't find something usefull.

i hope you guys can help me.

All the best,
Jeroen
This topic has been closed for replies.

2 replies

Participating Frequently
March 13, 2008
So I prefer PHP because a made a contact form once with PHP.
Are there some tutorial websites where I can learn how to read data from a database?

I have this MySQL database and PHPMyAdmin and a Flash file.
How do I connect to my database and read data?

If there is a tutorial for regular Flash, i'm happy too :-)

I'm pretty new to Flash so I hope you guys can help me.
Damon Edwards
Inspiring
March 13, 2008
I've not worked with flash lite, but i'm assuming its the same. You'll need to use a server side scripting language like PHP or ASP or your choice, to create the connection to the database.