English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How can I find the code of php to see contents ( files) stored in data base engine.

2006-09-11 13:46:00 · 2 answers · asked by Ram Gopal B 1 in Computers & Internet Programming & Design

2 answers

APIs? Go to official PHP website, if the database engine is MySQL, Postgres, MS SQL, Oracle, or similar big hitter names PHP have direct APIs to access them; those APIs have been categorized by the database engine names.

Otherwise search for PHP's ODBC API. Basically I found accessing database is a bit like jumping hoops, a lot of API calls to achieve one goal.

2006-09-11 14:04:32 · answer #1 · answered by Andy T 7 · 0 0

Here is a nice online php book with a chapter on databases (chapter 9).
http://www.hudzilla.org/phpbook/index.php
It is pretty easy to do if you already know php.

2006-09-11 14:01:56 · answer #2 · answered by sheeple_rancher 5 · 0 0

fedest.com, questions and answers