This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:odbc:examples:php_select [2009/12/07 03:16] tdo |
dev:odbc:examples:php_select [2012/10/26 14:57] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{page>:top_add&nofooter&noeditbtn}} | {{page>:top_add&nofooter&noeditbtn}} | ||
| - | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | + | |
| ====== PHP ODBC Simple Select ====== | ====== PHP ODBC Simple Select ====== | ||
| + | [[dev:odbc:home|Overview]] | [[dev:odbc:datasources|ODBC Datasources]] | [[dev:odbc:registering|Registering the Omnidex Driver]] | [[dev:odbc:sample|Sample C# Program]] | **[[dev:odbc:examples:php_select | Sample PHP Program]]** | ||
| + | ^ [[dev:home | Dev ]] ^ [[dev:odbc:examples:simpleselect | C++ ]] ^ [[dev:odbc:sample |C# ]] ^ [[dev:jdbc:examples:simpleselect | Java ]] ^ [[dev:odbc:examples:php_select | PHP ]] ^ | ||
| ===== Quick Notes ===== | ===== Quick Notes ===== | ||
| - | * Use a System ODBC DataSource | + | * Use a System ODBC Machine DataSource if using a DataSource. |
| + | * Can also use a connection string. | ||
| ===== PHP Sample Code ===== | ===== PHP Sample Code ===== | ||
| <code PHP> | <code PHP> | ||
| - | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| + | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
| <html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| <head> | <head> | ||