| View previous topic :: View next topic |
| Author |
Message |
ecmn
Joined: 28 Feb 2006 Posts: 1 Location: Davao City, Philippines
|
Posted: Tue Feb 28, 2006 2:56 pm Post subject: Kindly give a simple sample application on MySQL |
|
|
| Hello guys can anybody give a simple sample on how to connect to MySQL database. Are they same on connecting into a web base php file? Thanks. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Tue Feb 28, 2006 3:11 pm Post subject: |
|
|
Gnope doesn't ship the php mysql extension needed to do that.
You basically have to download a php 5.1.1 zip distribution file and copy the php_mysql.dll (ext directory) and libmysql.dll (php directory) into the gnope ones, and activate the mysql extension in the php.ini file.
After that, everything is like you may know it from the web.
Consider using the PEAR DB class: http://pear.php.net/package/DB |
|
| Back to top |
|
 |
|