Context-detection API for Android developed as a university project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

common.php 106B

123456
  1. <?PHP
  2. mysql_connect('localhost', 'md87_android', 'android73274');
  3. mysql_select_db('md87_android');
  4. ?>