| View previous topic :: View next topic |
| Author |
Message |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Wed Aug 30, 2006 11:51 am Post subject: |
|
|
| PHP supports connecting to mysql databases, that is one of its strenghts. Please look at the php manual for more information. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Wed Aug 30, 2006 11:57 am Post subject: |
|
|
| The php-gtk manual does not provide any information about connecting to mysql databased. |
|
| Back to top |
|
 |
syn
Joined: 12 May 2006 Posts: 46 Location: Hamburg
|
Posted: Wed Aug 30, 2006 5:16 pm Post subject: |
|
|
Hi, i prefer sqlite as database-system for php-gtk2 apps if you build single-user apps. Maybe this is worth a look in php documentation.
Applications written in php/php-gtk2 could connect to all database-systems (e.g Oracle, MSSql, mysql aso.) supported by php5.
Andreas |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Wed Aug 30, 2006 9:24 pm Post subject: |
|
|
| I used the PEAR_DB class to talk to databases, it provides drivers for nearly all db systems supported by php - without changing your code, you can use any of them. |
|
| Back to top |
|
 |
|