Skip to content

kevinbond/MYSQLblog

Repository files navigation

#File Usage

###KLogger.php

  • This is the logging file which will log sucesses and errors when saving the recording

###SQL-CODE-TO-CREATE-TABLES.sql

  • This is the sql file which creates a MYSQL database
  • This will create a database named Tropo with two tables named calls and recordings

###compatibility.php

  • This will check your PHP version to check for compatibility

###recording.php

###TropoClasses.php, tropo-rest.class.php, tropo.class.php

  • These are all apart of the Tropo webAPI library

###voice.php

###index.php

  • This PHP script will access the Tropo information which was saved in the MYSQL database and post it to the browser
  • You can enter the following URL in the bowser to view the information: http://www.yourServer.com/index.php
  • You can view a sample out put would look like below:

Database call

About

Connecting Tropo to a MYSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages